大盗头目
亡灵
怪物提供的经验值提高 100%
monster dropped item rarity +% [15000]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
First Mate Crastus
幽魂N
标签施法, fire_affinity, ghost, ghost_armour, ghost_blood, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, melee, not_str, physical_affinity, slashing_weapon, undead, very_fast_movement
生命
400%
生命转为护盾
50%
闪避值
+50%
异常状态临界值
400%
抗性
40 40 40 25
伤害
165%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 8
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
120%
类型
GhostMapBoss
Metadata
GhostPirateMapBoss1
等级
68
生命
557,385
护甲
28,790
闪避值
7,109
能量护盾
3,064
伤害
702
法术伤害
1,048
命中
290
攻击间隔
1.005
经验值
112,805
异常状态临界值
351,153
冰缓
1,110
Shock
1,110
Brittle
6,282
Scorch
1,110
Sap
3,068
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 1115–1672
攻击暴击率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
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]
GhostPirateAlchemistOrb
法术, 伤害, 范围, 陷阱技能, 地雷技能, 图腾技能, 可触发, 火焰, 投射物, 玩家投射物, 法术可重复, 连锁, 可齐射, 范围法术
熔岩奔涌
攻击暴击率: 5%
施放间隔: 1.5 秒
抛投出岩浆球,击中地面会造成范围伤害。技能可以连锁,向前弹射多次造成伤害。
每秒造成 815.7 基础火焰伤害
基础持续时间为 3
造成 675.4 - 900.5 火焰伤害
base is projectile [1]
ground effect variation [1]
is area damage [1]
projectiles drop ground effects on client [1]
projectiles drop ground fire [1]
SummonSpecificBarrelsInFrontBurningGround
法术, 法术可重复, 可触发
施放间隔: 1 秒
冷却时间: 3 秒
alternate minion [1]
SummonSpecificBarrelsInFrontTar
法术, 法术可重复, 可触发
施放间隔: 1 秒
冷却时间: 3 秒
alternate minion [2]
SummonSpecificBarrelsFromMortarBurningGround
法术, 投射物, 法术可重复, 可触发
施放间隔: 1.8 秒
冷却时间: 3 秒
造成 209.5 - 314.2 物理伤害
造成 701.7 - 1047 火焰伤害
active skill area of effect radius +% final [-40]
alternate minion [1]
base is projectile [1]
projectile minimum range [25]
projectile spread radius [16]
SummonSpecificBarrelsFromMortarTar
法术, 投射物, 法术可重复, 可触发
施放间隔: 1.8 秒
冷却时间: 3 秒
造成 209.5 - 314.2 物理伤害
造成 701.7 - 1047 火焰伤害
active skill area of effect radius +% final [-40]
alternate minion [2]
base is projectile [1]
projectile minimum range [25]
projectile spread radius [16]
PirateBossBreakChest
ChangeToStance2
冷却时间: 5 秒
ChangeToStance1

Object Type

version 2
extends "Metadata/Monsters/GhostPirates/GhostPirate"

Actor 
{ 
}

Transitionable
{
	
}

Object Type Codes

version 2
extends "Metadata/Monsters/GhostPirates/GhostPirate"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/GhostPirates/GhostPirateMapBoss1"] = {
    name = "First Mate Crastus",
    life = 4,
    energyShield = 0.5,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.65,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 8,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "GhostPirateAlchemistOrb",
        "SummonSpecificBarrelsInFrontBurningGround",
        "SummonSpecificBarrelsInFrontTar",
        "SummonSpecificBarrelsFromMortarBurningGround",
        "SummonSpecificBarrelsFromMortarTar",
        "PirateBossBreakChest",
        "ChangeToStance1",
        "ChangeToStance2",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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["GhostPirateAlchemistOrb"] = {
    name = "Rolling Magma",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Lob a fiery orb that deals area damage as it hits the ground. The skill chains, bouncing forward to deal damage multiple times.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Chains] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_fire_damage_to_deal_per_minute",
        "ground_effect_variation",
        "base_skill_effect_duration",
        "is_area_damage",
        "base_is_projectile",
        "projectiles_drop_ground_fire",
        "projectiles_drop_ground_effects_on_client",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 6, 1, 3000, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 3},  cost = { }, },
        [2] = {1.3799999952316, 1.8400000333786, 6, 1, 3000, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonSpecificBarrelsInFrontBurningGround"] = {
    name = "SummonSpecificBarrelsInFrontBurningGround",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
    },
    levels = {
        [1] = {1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonSpecificBarrelsInFrontTar"] = {
    name = "SummonSpecificBarrelsInFrontTar",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
    },
    levels = {
        [1] = {2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonSpecificBarrelsFromMortarBurningGround"] = {
    name = "SummonSpecificBarrelsFromMortarBurningGround",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.8,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "alternate_minion",
        "projectile_minimum_range",
        "projectile_spread_radius",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.20000000298023, 0.30000001192093, 0.6700000166893, 1, 1, 25, 16, -40, levelRequirement = 68, statInterpolation = {3, 3, 3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonSpecificBarrelsFromMortarTar"] = {
    name = "SummonSpecificBarrelsFromMortarTar",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.8,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "alternate_minion",
        "projectile_minimum_range",
        "projectile_spread_radius",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.20000000298023, 0.30000001192093, 0.6700000166893, 1, 2, 25, 16, -40, levelRequirement = 68, statInterpolation = {3, 3, 3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["PirateBossBreakChest"] = {
    name = "PirateBossBreakChest",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 5,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ChangeToStance1"] = {
    name = "ChangeToStance1",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ChangeToStance2"] = {
    name = "ChangeToStance2",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
怪物提供的经验值提高 100%
monster dropped item rarity +% [15000]
IdMonsterMapBoss
FamilyMonsterMapBoss
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • Edit

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