酷戾判徒
Warped Regurgitator
幽魂Y
地區殘摧大廣場, 陰屍河道, 破沿血道, 永恆實驗室
標籤法術, cultist, demon, fast_movement, flesh_armour, is_unarmed, large_model, medium_height, melee, physical_affinity, ranged, red_blood, slashing_weapon
Packs
  • 殘摧大廣場, 陰屍河道, 破沿血道: 酷戾判徒, 酷戾判徒
  • 永恆實驗室: 酷戾判徒, 酷戾判徒, 忠誠女侍
  • 酷戾判徒, 酷戾判徒, 忠誠女侍
  • 生命
    143%
    異常狀態臨界值
    143%
    抗性
    0 30 0 30
    傷害
    124%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 13
    攻擊間隔
    2.205 秒
    傷害分佈
    ±20%
    經驗值
    130%
    Model Size
    100%
    類型
    Regurgitator
    Metadata
    Regurgitator1
    等級
    68
    生命
    9,200
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    463
    法術傷害
    463
    命中
    0
    攻擊間隔
    2.205
    經驗值
    13,332
    異常狀態臨界值
    9,200
    冰緩
    29
    感電
    29
    易碎
    165
    焦灼
    29
    殘喘
    80
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 371–556
    暴擊率: 5%
    攻擊間隔: 2.205 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    RegurgitatorConsumeCorpse
    法術
    施放時間: 2.63 秒
    RegurgitatorBloodProjectile
    攻擊, 範圍攻擊, 投射物, 玩家投射物, 可觸發
    基本傷害: 371–556
    暴擊率: 5%
    攻擊間隔: 2.205 秒
    造成 10% 更多傷害
    增加 100% 攻擊速度
    active skill area of effect radius +% final [20]
    base is projectile [1]
    projectile spread radius [15]
    projectile uses contact position [1]
    DanceOnCorpseFaceTarget
    可指定不可用屍體
    冷卻時間: 3 秒
    disable skill repeats [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.38
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Regurgitator/Regurgitator1"] = {
        name = "Warped Regurgitator",
        life = 1.43,
        fireResist = 0,
        coldResist = 30,
        lightningResist = 0,
        chaosResist = 30,
        damage = 1.24,
        damageSpread = 0.2,
        attackTime = 2.205,
        attackRange = 13,
        accuracy = 1,
        skillList = {
            "Melee",
            "RegurgitatorConsumeCorpse",
            "RegurgitatorBloodProjectile",
            "DanceOnCorpseFaceTarget",
        },
        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["RegurgitatorConsumeCorpse"] = {
        name = "RegurgitatorConsumeCorpse",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.63,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RegurgitatorBloodProjectile"] = {
        name = "RegurgitatorBloodProjectile",
        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",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {100, 10, 15, 20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DanceOnCorpseFaceTarget"] = {
        name = "DanceOnCorpseFaceTarget",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.CanTargetUnusableCorpse] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "disable_skill_repeats",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    酷戾判徒
    惡魔
    Warped Regurgitator
    幽魂Y
    標籤法術, cultist, demon, fast_movement, flesh_armour, is_unarmed, large_model, melee, physical_affinity, ranged, red_blood, slashing_weapon
    Packs
  • 酷戾判徒
  • 生命
    143%
    異常狀態臨界值
    143%
    抗性
    0 30 0 30
    傷害
    124%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 13
    攻擊間隔
    2.205 秒
    傷害分佈
    ±20%
    經驗值
    130%
    Model Size
    100%
    類型
    Regurgitator
    Metadata
    Regurgitator1Hellscape_
    等級
    68
    生命
    9,200
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    463
    法術傷害
    463
    命中
    0
    攻擊間隔
    2.205
    經驗值
    13,332
    異常狀態臨界值
    9,200
    冰緩
    29
    感電
    29
    易碎
    165
    焦灼
    29
    殘喘
    80
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 371–556
    暴擊率: 5%
    攻擊間隔: 2.205 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    RegurgitatorConsumeCorpse
    法術
    施放時間: 2.63 秒
    RegurgitatorBloodProjectile
    攻擊, 範圍攻擊, 投射物, 玩家投射物, 可觸發
    基本傷害: 371–556
    暴擊率: 5%
    攻擊間隔: 2.205 秒
    造成 10% 更多傷害
    增加 100% 攻擊速度
    active skill area of effect radius +% final [20]
    base is projectile [1]
    projectile spread radius [15]
    projectile uses contact position [1]
    DanceOnCorpseFaceTarget
    可指定不可用屍體
    冷卻時間: 3 秒
    disable skill repeats [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.38
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Regurgitator/Regurgitator1Hellscape_"] = {
        name = "Warped Regurgitator",
        life = 1.43,
        fireResist = 0,
        coldResist = 30,
        lightningResist = 0,
        chaosResist = 30,
        damage = 1.24,
        damageSpread = 0.2,
        attackTime = 2.205,
        attackRange = 13,
        accuracy = 1,
        skillList = {
            "Melee",
            "RegurgitatorConsumeCorpse",
            "RegurgitatorBloodProjectile",
            "DanceOnCorpseFaceTarget",
        },
        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["RegurgitatorConsumeCorpse"] = {
        name = "RegurgitatorConsumeCorpse",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.63,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RegurgitatorBloodProjectile"] = {
        name = "RegurgitatorBloodProjectile",
        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",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {100, 10, 15, 20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DanceOnCorpseFaceTarget"] = {
        name = "DanceOnCorpseFaceTarget",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.CanTargetUnusableCorpse] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "disable_skill_repeats",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    酷戾判徒
    惡魔
    cannot be used as minion [1]
    Warped Regurgitator
    幽魂N
    地區殘摧大廣場, 陰屍河道, 破沿血道, 永恆實驗室
    標籤法術, cultist, demon, fast_movement, flesh_armour, is_unarmed, large_model, medium_height, melee, physical_affinity, ranged, red_blood, slashing_weapon
    Packs
  • 殘摧大廣場, 陰屍河道, 破沿血道: 酷戾判徒, 酷戾判徒
  • 永恆實驗室: 酷戾判徒, 酷戾判徒, 忠誠女侍
  • 酷戾判徒, 酷戾判徒, 忠誠女侍
  • 生命
    143%
    異常狀態臨界值
    143%
    抗性
    0 30 0 30
    傷害
    124%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 13
    攻擊間隔
    2.205 秒
    傷害分佈
    ±20%
    經驗值
    130%
    Model Size
    100%
    類型
    Regurgitator
    Metadata
    RegurgitatorWithCorpse1
    等級
    68
    生命
    9,200
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    463
    法術傷害
    463
    命中
    0
    攻擊間隔
    2.205
    經驗值
    13,332
    異常狀態臨界值
    9,200
    冰緩
    29
    感電
    29
    易碎
    165
    焦灼
    29
    殘喘
    80
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 371–556
    暴擊率: 5%
    攻擊間隔: 2.205 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    RegurgitatorConsumeCorpse
    法術
    施放時間: 2.63 秒
    RegurgitatorBloodProjectile
    攻擊, 範圍攻擊, 投射物, 玩家投射物, 可觸發
    基本傷害: 371–556
    暴擊率: 5%
    攻擊間隔: 2.205 秒
    造成 10% 更多傷害
    增加 100% 攻擊速度
    active skill area of effect radius +% final [20]
    base is projectile [1]
    projectile spread radius [15]
    projectile uses contact position [1]
    DanceOnCorpseFaceTarget
    可指定不可用屍體
    冷卻時間: 3 秒
    disable skill repeats [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.38
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Regurgitator/RegurgitatorWithCorpse1"] = {
        name = "Warped Regurgitator",
        life = 1.43,
        fireResist = 0,
        coldResist = 30,
        lightningResist = 0,
        chaosResist = 30,
        damage = 1.24,
        damageSpread = 0.2,
        attackTime = 2.205,
        attackRange = 13,
        accuracy = 1,
        skillList = {
            "Melee",
            "RegurgitatorConsumeCorpse",
            "RegurgitatorBloodProjectile",
            "DanceOnCorpseFaceTarget",
        },
        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["RegurgitatorConsumeCorpse"] = {
        name = "RegurgitatorConsumeCorpse",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.63,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RegurgitatorBloodProjectile"] = {
        name = "RegurgitatorBloodProjectile",
        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",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {100, 10, 15, 20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DanceOnCorpseFaceTarget"] = {
        name = "DanceOnCorpseFaceTarget",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.CanTargetUnusableCorpse] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "disable_skill_repeats",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    酷戾判徒
    惡魔
    cannot be used as minion [1]
    Warped Regurgitator
    幽魂N
    標籤法術, cultist, demon, fast_movement, flesh_armour, is_unarmed, large_model, medium_height, melee, physical_affinity, ranged, red_blood, slashing_weapon
    生命
    143%
    異常狀態臨界值
    143%
    抗性
    0 30 0 30
    傷害
    124%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 13
    攻擊間隔
    2.205 秒
    傷害分佈
    ±20%
    經驗值
    130%
    Model Size
    100%
    類型
    Regurgitator
    Metadata
    RegurgitatorWithZombie1
    等級
    68
    生命
    9,200
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    463
    法術傷害
    463
    命中
    0
    攻擊間隔
    2.205
    經驗值
    13,332
    異常狀態臨界值
    9,200
    冰緩
    29
    感電
    29
    易碎
    165
    焦灼
    29
    殘喘
    80
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 371–556
    暴擊率: 5%
    攻擊間隔: 2.205 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    RegurgitatorConsumeCorpse
    法術
    施放時間: 2.63 秒
    RegurgitatorBloodProjectile
    攻擊, 範圍攻擊, 投射物, 玩家投射物, 可觸發
    基本傷害: 371–556
    暴擊率: 5%
    攻擊間隔: 2.205 秒
    造成 10% 更多傷害
    增加 100% 攻擊速度
    active skill area of effect radius +% final [20]
    base is projectile [1]
    projectile spread radius [15]
    projectile uses contact position [1]
    DanceOnCorpseFaceTarget
    可指定不可用屍體
    冷卻時間: 3 秒
    disable skill repeats [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.38
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Regurgitator/RegurgitatorWithZombie1"] = {
        name = "Warped Regurgitator",
        life = 1.43,
        fireResist = 0,
        coldResist = 30,
        lightningResist = 0,
        chaosResist = 30,
        damage = 1.24,
        damageSpread = 0.2,
        attackTime = 2.205,
        attackRange = 13,
        accuracy = 1,
        skillList = {
            "Melee",
            "RegurgitatorConsumeCorpse",
            "RegurgitatorBloodProjectile",
            "DanceOnCorpseFaceTarget",
        },
        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["RegurgitatorConsumeCorpse"] = {
        name = "RegurgitatorConsumeCorpse",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.63,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RegurgitatorBloodProjectile"] = {
        name = "RegurgitatorBloodProjectile",
        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",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {100, 10, 15, 20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DanceOnCorpseFaceTarget"] = {
        name = "DanceOnCorpseFaceTarget",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.CanTargetUnusableCorpse] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "disable_skill_repeats",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Edit

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