絶望の魂
Desperate Soul
SpectreN
Area聖廟, 聖廟, 永遠なる研究所, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶
Tagscannot_be_monolith, ghost, ghost_armour, has_wand, humanoid, medium_height, medium_movement, not_dex, not_str, physical_affinity, undead, unusable_corpse
Packs
  • 聖廟: 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • 聖廟: 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • 永遠なる研究所: 復讐の魂, 復讐の魂, 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • 復讐の魂, 復讐の魂, 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間: 復讐の魂, 復讐の魂, 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • ライフ
    102%
    Energy Shield From Life
    40%
    Ailment Threshold
    102%
    耐性
    0 0 0 0
    Damage
    96%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    OriathCivilianMaleGhostRanged
    Metadata
    OriathCivilianGhostMaleRanged1
    レベル
    83
    ライフ
    19,594
    アーマー
    92,477
    回避力
    7,860
    エナジーシールド
    6,250
    Damage
    864
    スペルダメージ
    864
    命中
    1,036
    Attack Time
    1.65
    経験値
    15,758
    Minion Life
    3,734
    Minion Energy Shield
    1,191
    Minion Damage
    730
    Ailment Threshold
    32,657
    Chill
    103
    Shock
    103
    Brittle
    584
    Scorch
    103
    Sap
    285
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 691–1037
    クリティカル率: 5%
    Attack Time: 1.65 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "RemoveEffects(); HideWeapons(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/oriathcivilians_spectral/bio_stuff.epk );"
    	on_spawned_dead = "RemoveEffects(); HideWeapons(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/oriathcivilians_spectral/bio_stuff.epk );" 
    	corpse_usable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathCivilian/OriathCivilianGhostMaleRanged1"] = {
        name = "Desperate Soul",
        life = 1.02,
        energyShield = 0.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Wand",
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }
    
    絶望の魂
    不死者
    Desperate Soul
    SpectreN
    Tagscannot_be_monolith, ghost, ghost_armour, has_wand, humanoid, medium_movement, not_dex, not_str, physical_affinity, undead, unusable_corpse
    Packs
  • 復讐の魂, 絶望の魂, 復讐の魂, 絶望の魂
  • 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂, 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂
  • ライフ
    102%
    Energy Shield From Life
    40%
    Ailment Threshold
    102%
    耐性
    0 0 0 0
    Damage
    96%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    OriathCivilianMaleGhostRanged
    Metadata
    OriathCivilianGhostMaleRanged1Hellscape
    レベル
    68
    ライフ
    3,937
    アーマー
    28,790
    回避力
    4,739
    エナジーシールド
    2,500
    Damage
    359
    スペルダメージ
    359
    命中
    580
    Attack Time
    1.65
    経験値
    12,306
    Minion Life
    854
    Minion Energy Shield
    542
    Minion Damage
    286
    Ailment Threshold
    6,562
    Chill
    21
    Shock
    21
    Brittle
    117
    Scorch
    21
    Sap
    57
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 287–430
    クリティカル率: 5%
    Attack Time: 1.65 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "RemoveEffects(); HideWeapons(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/oriathcivilians_spectral/bio_stuff.epk );"
    	on_spawned_dead = "RemoveEffects(); HideWeapons(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/oriathcivilians_spectral/bio_stuff.epk );" 
    	corpse_usable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathCivilian/OriathCivilianGhostMaleRanged1Hellscape"] = {
        name = "Desperate Soul",
        life = 1.02,
        energyShield = 0.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Wand",
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }
    
    絶望の魂
    Desperate Soul
    SpectreN
    Area聖廟, 聖廟, 永遠なる研究所, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶
    Tagscannot_be_monolith, ghost, ghost_armour, has_wand, humanoid, medium_height, medium_movement, not_dex, not_str, physical_affinity, undead, unusable_corpse
    Packs
  • 聖廟: 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • 聖廟: 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • 永遠なる研究所: 復讐の魂, 復讐の魂, 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • 復讐の魂, 復讐の魂, 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間: 復讐の魂, 復讐の魂, 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • ライフ
    102%
    Energy Shield From Life
    40%
    Ailment Threshold
    102%
    耐性
    0 0 0 0
    Damage
    96%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    OriathCivilianMaleGhostRanged
    Metadata
    OriathCivilianGhostMaleRanged2
    レベル
    83
    ライフ
    19,594
    アーマー
    92,477
    回避力
    7,860
    エナジーシールド
    6,250
    Damage
    864
    スペルダメージ
    864
    命中
    1,036
    Attack Time
    1.65
    経験値
    15,758
    Minion Life
    3,734
    Minion Energy Shield
    1,191
    Minion Damage
    730
    Ailment Threshold
    32,657
    Chill
    103
    Shock
    103
    Brittle
    584
    Scorch
    103
    Sap
    285
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 691–1037
    クリティカル率: 5%
    Attack Time: 1.65 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "RemoveEffects(); HideWeapons(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/oriathcivilians_spectral/bio_stuff.epk );"
    	on_spawned_dead = "RemoveEffects(); HideWeapons(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/oriathcivilians_spectral/bio_stuff.epk );" 
    	corpse_usable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathCivilian/OriathCivilianGhostMaleRanged2"] = {
        name = "Desperate Soul",
        life = 1.02,
        energyShield = 0.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Wand",
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }
    
    絶望の魂
    不死者
    Desperate Soul
    SpectreN
    Tagscannot_be_monolith, ghost, ghost_armour, has_wand, humanoid, medium_movement, not_dex, not_str, physical_affinity, undead, unusable_corpse
    Packs
  • 復讐の魂, 絶望の魂, 復讐の魂, 絶望の魂
  • 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂, 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂
  • ライフ
    102%
    Energy Shield From Life
    40%
    Ailment Threshold
    102%
    耐性
    0 0 0 0
    Damage
    96%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    OriathCivilianMaleGhostRanged
    Metadata
    OriathCivilianGhostMaleRanged2Hellscape
    レベル
    68
    ライフ
    3,937
    アーマー
    28,790
    回避力
    4,739
    エナジーシールド
    2,500
    Damage
    359
    スペルダメージ
    359
    命中
    580
    Attack Time
    1.65
    経験値
    12,306
    Minion Life
    854
    Minion Energy Shield
    542
    Minion Damage
    286
    Ailment Threshold
    6,562
    Chill
    21
    Shock
    21
    Brittle
    117
    Scorch
    21
    Sap
    57
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 287–430
    クリティカル率: 5%
    Attack Time: 1.65 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "RemoveEffects(); HideWeapons(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/oriathcivilians_spectral/bio_stuff.epk );"
    	on_spawned_dead = "RemoveEffects(); HideWeapons(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/oriathcivilians_spectral/bio_stuff.epk );" 
    	corpse_usable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathCivilian/OriathCivilianGhostMaleRanged2Hellscape"] = {
        name = "Desperate Soul",
        life = 1.02,
        energyShield = 0.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Wand",
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }
    
    絶望の魂
    Desperate Soul
    SpectreN
    Area聖廟, 聖廟, 永遠なる研究所, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶
    Tagscannot_be_monolith, ghost, ghost_armour, has_wand, humanoid, medium_height, medium_movement, not_dex, not_str, physical_affinity, undead, unusable_corpse
    Packs
  • 聖廟: 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • 聖廟: 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • 永遠なる研究所: 復讐の魂, 復讐の魂, 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • 復讐の魂, 復讐の魂, 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間: 復讐の魂, 復讐の魂, 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • ライフ
    102%
    Energy Shield From Life
    40%
    Ailment Threshold
    102%
    耐性
    0 0 0 0
    Damage
    96%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    OriathCivilianMaleGhostRanged
    Metadata
    OriathCivilianGhostFemaleRanged1
    レベル
    83
    ライフ
    19,594
    アーマー
    92,477
    回避力
    7,860
    エナジーシールド
    6,250
    Damage
    864
    スペルダメージ
    864
    命中
    1,036
    Attack Time
    1.65
    経験値
    15,758
    Minion Life
    3,734
    Minion Energy Shield
    1,191
    Minion Damage
    730
    Ailment Threshold
    32,657
    Chill
    103
    Shock
    103
    Brittle
    584
    Scorch
    103
    Sap
    285
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 691–1037
    クリティカル率: 5%
    Attack Time: 1.65 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "RemoveEffects(); HideWeapons(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/oriathcivilians_spectral/bio_stuff.epk );"
    	on_spawned_dead = "RemoveEffects(); HideWeapons(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/oriathcivilians_spectral/bio_stuff.epk );" 
    	corpse_usable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathCivilian/OriathCivilianGhostFemaleRanged1"] = {
        name = "Desperate Soul",
        life = 1.02,
        energyShield = 0.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Wand",
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }
    
    絶望の魂
    不死者
    Desperate Soul
    SpectreN
    Tagscannot_be_monolith, ghost, ghost_armour, has_wand, humanoid, medium_movement, not_dex, not_str, physical_affinity, undead, unusable_corpse
    Packs
  • 復讐の魂, 絶望の魂, 復讐の魂, 絶望の魂
  • 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂, 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂
  • ライフ
    102%
    Energy Shield From Life
    40%
    Ailment Threshold
    102%
    耐性
    0 0 0 0
    Damage
    96%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    OriathCivilianMaleGhostRanged
    Metadata
    OriathCivilianGhostFemaleRanged1Hellscape
    レベル
    68
    ライフ
    3,937
    アーマー
    28,790
    回避力
    4,739
    エナジーシールド
    2,500
    Damage
    359
    スペルダメージ
    359
    命中
    580
    Attack Time
    1.65
    経験値
    12,306
    Minion Life
    854
    Minion Energy Shield
    542
    Minion Damage
    286
    Ailment Threshold
    6,562
    Chill
    21
    Shock
    21
    Brittle
    117
    Scorch
    21
    Sap
    57
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 287–430
    クリティカル率: 5%
    Attack Time: 1.65 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "RemoveEffects(); HideWeapons(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/oriathcivilians_spectral/bio_stuff.epk );"
    	on_spawned_dead = "RemoveEffects(); HideWeapons(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/oriathcivilians_spectral/bio_stuff.epk );" 
    	corpse_usable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathCivilian/OriathCivilianGhostFemaleRanged1Hellscape"] = {
        name = "Desperate Soul",
        life = 1.02,
        energyShield = 0.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Wand",
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }
    
    絶望の魂
    Desperate Soul
    SpectreN
    Area聖廟, 聖廟, 永遠なる研究所, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶
    Tagscannot_be_monolith, ghost, ghost_armour, has_wand, humanoid, medium_height, medium_movement, not_dex, not_str, physical_affinity, undead, unusable_corpse
    Packs
  • 聖廟: 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • 聖廟: 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • 永遠なる研究所: 復讐の魂, 復讐の魂, 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • 復讐の魂, 復讐の魂, 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 断片化した記憶, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間, 記憶の空間: 復讐の魂, 復讐の魂, 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂, 絶望の魂, 絶望の魂
  • ライフ
    102%
    Energy Shield From Life
    40%
    Ailment Threshold
    102%
    耐性
    0 0 0 0
    Damage
    96%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    OriathCivilianMaleGhostRanged
    Metadata
    OriathCivilianGhostFemaleRanged2
    レベル
    83
    ライフ
    19,594
    アーマー
    92,477
    回避力
    7,860
    エナジーシールド
    6,250
    Damage
    864
    スペルダメージ
    864
    命中
    1,036
    Attack Time
    1.65
    経験値
    15,758
    Minion Life
    3,734
    Minion Energy Shield
    1,191
    Minion Damage
    730
    Ailment Threshold
    32,657
    Chill
    103
    Shock
    103
    Brittle
    584
    Scorch
    103
    Sap
    285
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 691–1037
    クリティカル率: 5%
    Attack Time: 1.65 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "RemoveEffects(); HideWeapons(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/oriathcivilians_spectral/bio_stuff.epk );"
    	on_spawned_dead = "RemoveEffects(); HideWeapons(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/oriathcivilians_spectral/bio_stuff.epk );" 
    	corpse_usable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathCivilian/OriathCivilianGhostFemaleRanged2"] = {
        name = "Desperate Soul",
        life = 1.02,
        energyShield = 0.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Wand",
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }
    
    絶望の魂
    不死者
    Desperate Soul
    SpectreN
    Tagscannot_be_monolith, ghost, ghost_armour, has_wand, humanoid, medium_movement, not_dex, not_str, physical_affinity, undead, unusable_corpse
    Packs
  • 復讐の魂, 絶望の魂, 復讐の魂, 絶望の魂
  • 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂, 復讐の魂, 復讐の魂, 絶望の魂, 絶望の魂
  • ライフ
    102%
    Energy Shield From Life
    40%
    Ailment Threshold
    102%
    耐性
    0 0 0 0
    Damage
    96%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    OriathCivilianMaleGhostRanged
    Metadata
    OriathCivilianGhostFemaleRanged2Hellscape_
    レベル
    68
    ライフ
    3,937
    アーマー
    28,790
    回避力
    4,739
    エナジーシールド
    2,500
    Damage
    359
    スペルダメージ
    359
    命中
    580
    Attack Time
    1.65
    経験値
    12,306
    Minion Life
    854
    Minion Energy Shield
    542
    Minion Damage
    286
    Ailment Threshold
    6,562
    Chill
    21
    Shock
    21
    Brittle
    117
    Scorch
    21
    Sap
    57
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 287–430
    クリティカル率: 5%
    Attack Time: 1.65 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "RemoveEffects(); HideWeapons(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/oriathcivilians_spectral/bio_stuff.epk );"
    	on_spawned_dead = "RemoveEffects(); HideWeapons(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/oriathcivilians_spectral/bio_stuff.epk );" 
    	corpse_usable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathCivilian/OriathCivilianGhostFemaleRanged2Hellscape_"] = {
        name = "Desperate Soul",
        life = 1.02,
        energyShield = 0.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Wand",
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }
    
    編集

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