レイジングスピリット
コンストラクト
物理ダメージの100%を火ダメージに変換する
4から5の物理ダメージをアタックに追加する
cannot have affliction mods [1]
アタックスピードが40%上昇する
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Raging Spirit
SpectreN
Tagsbone_armour, construct, extra_extra_small_height, fast_movement, is_unarmed, melee, physical_affinity, skeleton, undead
ライフ
216%
Ailment Threshold
216%
耐性
40 40 40 20
Damage
102%
命中
340%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 8
Attack Time
0.57 Second
Damage Spread
±20%
経験値
120%
Model Size
100%
Type
SummonedSkull
Metadata
SummonedSkull
IsSummoned
Y
レベル
68
ライフ
13,896
アーマー
28,790
回避力
4,739
エナジーシールド
0
Damage
381
スペルダメージ
381
命中
986
Attack Time
0.57
経験値
12,306
Ailment Threshold
13,896
Chill
44
Shock
44
Brittle
249
Scorch
44
Sap
121
SumonRagingSpiritMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 305–457
クリティカル率: 5%
Attack Time: 0.57 秒
強力な一撃で敵を打ち倒す。

Object Type

version 2
extends "Metadata/Monsters/Monster"

Positioned
{
	collision_hull_type = "projectile"
}

Stats
{
	set_item_drop_slots = 0
	untargetable_by_monster_ai = 1

}
Actor
{
	basic_action = "Emerge"
}

Life
{
	corpse_usable = false
}

Animated
{
	animated_object = "Metadata/Monsters/SummonedSkull/SummonedSkull.ao"
}

DiesAfterTime
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Animated
{
	on_spawn = "DisableArrowAttachment();"
	on_end_spawn = "EnableArrowAttachment();"
}

Targetable
{
	no_highlight = true
	targetable = false
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/SummonedSkull/SummonedSkull"] = {
    name = "Raging Spirit",
    life = 2.16,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 20,
    damage = 1.02,
    damageSpread = 0.2,
    attackTime = 0.57,
    attackRange = 8,
    accuracy = 3.4,
    skillList = {
        "SumonRagingSpiritMelee",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["SumonRagingSpiritMelee"] = {
    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 = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
物理ダメージの100%を火ダメージに変換する
IdRagingSpiritConvertPhysToFire
FamilyFireDamageAsPortionOfDamage
Domainsモンスター (3)
GenerationTypeユニーク (3)
Req. level1
Stats
  • base physical damage % to convert to fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    4から5の物理ダメージをアタックに追加する
    IdRagingSpiritAddedPhys
    FamilyPhysicalDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • attack maximum added physical damage Min: 5 Max: 5 Global
  • attack minimum added physical damage Min: 4 Max: 4 Global
  • Craft Tagsphysical_damage damage physical attack
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • アタックスピードが40%上昇する
    IdMonsterSummonedSkullFastAttack1
    FamilyIncreasedAttackSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • active skill attack speed +% final Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • レイジングスピリット
    コンストラクト
    物理ダメージの100%を火ダメージに変換する
    4から5の物理ダメージをアタックに追加する
    cannot have affliction mods [1]
    アタックスピードが40%上昇する
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Raging Spirit
    SpectreN
    Tagsbone_armour, construct, extra_extra_small_height, fast_movement, is_unarmed, melee, physical_affinity, skeleton, undead
    ライフ
    216%
    Ailment Threshold
    216%
    耐性
    40 40 40 20
    Damage
    102%
    命中
    340%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    0.57 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    SummonedSkull
    Metadata
    SummonedSkullGhostly
    IsSummoned
    Y
    レベル
    68
    ライフ
    13,896
    アーマー
    28,790
    回避力
    4,739
    エナジーシールド
    0
    Damage
    381
    スペルダメージ
    381
    命中
    986
    Attack Time
    0.57
    経験値
    12,306
    Ailment Threshold
    13,896
    Chill
    44
    Shock
    44
    Brittle
    249
    Scorch
    44
    Sap
    121
    SumonRagingSpiritMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 305–457
    クリティカル率: 5%
    Attack Time: 0.57 秒
    強力な一撃で敵を打ち倒す。

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	untargetable_by_monster_ai = 1
    
    }
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/SummonedSkull/SummonedSkull.ao"
    }
    
    DiesAfterTime
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_spawn = "DisableArrowAttachment();"
    	on_end_spawn = "EnableArrowAttachment();"
    }
    
    Targetable
    {
    	no_highlight = true
    	targetable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SummonedSkull/SummonedSkullGhostly"] = {
        name = "Raging Spirit",
        life = 2.16,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 1.02,
        damageSpread = 0.2,
        attackTime = 0.57,
        attackRange = 8,
        accuracy = 3.4,
        skillList = {
            "SumonRagingSpiritMelee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SumonRagingSpiritMelee"] = {
        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 = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    物理ダメージの100%を火ダメージに変換する
    IdRagingSpiritConvertPhysToFire
    FamilyFireDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    4から5の物理ダメージをアタックに追加する
    IdRagingSpiritAddedPhys
    FamilyPhysicalDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • attack maximum added physical damage Min: 5 Max: 5 Global
  • attack minimum added physical damage Min: 4 Max: 4 Global
  • Craft Tagsphysical_damage damage physical attack
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • アタックスピードが40%上昇する
    IdMonsterSummonedSkullFastAttack1
    FamilyIncreasedAttackSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • active skill attack speed +% final Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • レイジングスピリット
    コンストラクト
    物理ダメージの100%を火ダメージに変換する
    4から5の物理ダメージをアタックに追加する
    cannot have affliction mods [1]
    アタックスピードが40%上昇する
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Raging Spirit
    SpectreN
    Tagsbone_armour, construct, extra_extra_small_height, fast_movement, is_unarmed, melee, physical_affinity, skeleton, undead
    ライフ
    216%
    Ailment Threshold
    216%
    耐性
    40 40 40 20
    Damage
    102%
    命中
    340%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    0.57 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    SummonedSkull
    Metadata
    SummonedRaven
    IsSummoned
    Y
    レベル
    68
    ライフ
    13,896
    アーマー
    28,790
    回避力
    4,739
    エナジーシールド
    0
    Damage
    381
    スペルダメージ
    381
    命中
    986
    Attack Time
    0.57
    経験値
    12,306
    Ailment Threshold
    13,896
    Chill
    44
    Shock
    44
    Brittle
    249
    Scorch
    44
    Sap
    121
    SumonRagingSpiritMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 305–457
    クリティカル率: 5%
    Attack Time: 0.57 秒
    強力な一撃で敵を打ち倒す。

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	untargetable_by_monster_ai = 1
    
    }
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/SummonedSkull/SummonedRaven.ao"
    }
    
    DiesAfterTime
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_spawn = "DisableArrowAttachment();"
    	on_end_spawn = "EnableArrowAttachment();"
    }
    
    Targetable
    {
    	no_highlight = true
    	targetable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SummonedSkull/SummonedRaven"] = {
        name = "Raging Spirit",
        life = 2.16,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 1.02,
        damageSpread = 0.2,
        attackTime = 0.57,
        attackRange = 8,
        accuracy = 3.4,
        skillList = {
            "SumonRagingSpiritMelee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SumonRagingSpiritMelee"] = {
        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 = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    物理ダメージの100%を火ダメージに変換する
    IdRagingSpiritConvertPhysToFire
    FamilyFireDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    4から5の物理ダメージをアタックに追加する
    IdRagingSpiritAddedPhys
    FamilyPhysicalDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • attack maximum added physical damage Min: 5 Max: 5 Global
  • attack minimum added physical damage Min: 4 Max: 4 Global
  • Craft Tagsphysical_damage damage physical attack
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • アタックスピードが40%上昇する
    IdMonsterSummonedSkullFastAttack1
    FamilyIncreasedAttackSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • active skill attack speed +% final Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • レイジングスピリット
    コンストラクト
    物理ダメージの100%を火ダメージに変換する
    4から5の物理ダメージをアタックに追加する
    cannot have affliction mods [1]
    アタックスピードが40%上昇する
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Raging Spirit
    SpectreN
    Tagsbone_armour, construct, extra_extra_small_height, fast_movement, is_unarmed, melee, physical_affinity, skeleton, undead
    ライフ
    216%
    Ailment Threshold
    216%
    耐性
    40 40 40 20
    Damage
    102%
    命中
    340%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    0.57 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    SummonedSkull
    Metadata
    SummonedBloodRaven
    IsSummoned
    Y
    レベル
    68
    ライフ
    13,896
    アーマー
    28,790
    回避力
    4,739
    エナジーシールド
    0
    Damage
    381
    スペルダメージ
    381
    命中
    986
    Attack Time
    0.57
    経験値
    12,306
    Ailment Threshold
    13,896
    Chill
    44
    Shock
    44
    Brittle
    249
    Scorch
    44
    Sap
    121
    SumonRagingSpiritMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 305–457
    クリティカル率: 5%
    Attack Time: 0.57 秒
    強力な一撃で敵を打ち倒す。

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	untargetable_by_monster_ai = 1
    
    }
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/SummonedSkull/SummonedRaven.ao"
    }
    
    DiesAfterTime
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_spawn = "DisableArrowAttachment();"
    	on_end_spawn = "EnableArrowAttachment();"
    }
    
    Targetable
    {
    	no_highlight = true
    	targetable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SummonedSkull/SummonedBloodRaven"] = {
        name = "Raging Spirit",
        life = 2.16,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 1.02,
        damageSpread = 0.2,
        attackTime = 0.57,
        attackRange = 8,
        accuracy = 3.4,
        skillList = {
            "SumonRagingSpiritMelee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SumonRagingSpiritMelee"] = {
        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 = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    物理ダメージの100%を火ダメージに変換する
    IdRagingSpiritConvertPhysToFire
    FamilyFireDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    4から5の物理ダメージをアタックに追加する
    IdRagingSpiritAddedPhys
    FamilyPhysicalDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • attack maximum added physical damage Min: 5 Max: 5 Global
  • attack minimum added physical damage Min: 4 Max: 4 Global
  • Craft Tagsphysical_damage damage physical attack
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • アタックスピードが40%上昇する
    IdMonsterSummonedSkullFastAttack1
    FamilyIncreasedAttackSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • active skill attack speed +% final Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • レイジングスピリット
    コンストラクト
    物理ダメージの100%を火ダメージに変換する
    4から5の物理ダメージをアタックに追加する
    cannot have affliction mods [1]
    アタックスピードが40%上昇する
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Raging Spirit
    SpectreN
    Tagsbone_armour, construct, fast_movement, is_unarmed, medium_height, melee, physical_affinity, skeleton, undead
    ライフ
    216%
    Ailment Threshold
    216%
    耐性
    40 40 40 20
    Damage
    102%
    命中
    340%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    0.57 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    130%
    Type
    SummonedSkull
    Metadata
    SummonedBees
    IsSummoned
    Y
    レベル
    68
    ライフ
    13,896
    アーマー
    28,790
    回避力
    4,739
    エナジーシールド
    0
    Damage
    381
    スペルダメージ
    381
    命中
    986
    Attack Time
    0.57
    経験値
    12,306
    Ailment Threshold
    13,896
    Chill
    44
    Shock
    44
    Brittle
    249
    Scorch
    44
    Sap
    121
    SumonRagingSpiritMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 305–457
    クリティカル率: 5%
    Attack Time: 0.57 秒
    強力な一撃で敵を打ち倒す。

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	untargetable_by_monster_ai = 1
    
    }
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/SummonedSkull/SummonedBees.ao"
    }
    
    DiesAfterTime
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_spawn = "DisableArrowAttachment();"
    	on_end_spawn = "EnableArrowAttachment();"
    }
    
    Targetable
    {
    	no_highlight = true
    	targetable = false
    }
    
    Render
    {
    	selection_height_override = 125.0
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SummonedSkull/SummonedBees"] = {
        name = "Raging Spirit",
        life = 2.16,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 1.02,
        damageSpread = 0.2,
        attackTime = 0.57,
        attackRange = 8,
        accuracy = 3.4,
        skillList = {
            "SumonRagingSpiritMelee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SumonRagingSpiritMelee"] = {
        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 = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    物理ダメージの100%を火ダメージに変換する
    IdRagingSpiritConvertPhysToFire
    FamilyFireDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    4から5の物理ダメージをアタックに追加する
    IdRagingSpiritAddedPhys
    FamilyPhysicalDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • attack maximum added physical damage Min: 5 Max: 5 Global
  • attack minimum added physical damage Min: 4 Max: 4 Global
  • Craft Tagsphysical_damage damage physical attack
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • アタックスピードが40%上昇する
    IdMonsterSummonedSkullFastAttack1
    FamilyIncreasedAttackSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • active skill attack speed +% final Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • レイジングスピリット
    コンストラクト
    物理ダメージの100%を火ダメージに変換する
    4から5の物理ダメージをアタックに追加する
    cannot have affliction mods [1]
    アタックスピードが40%上昇する
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Raging Spirit
    SpectreN
    Tagsbone_armour, construct, fast_movement, is_unarmed, melee, physical_affinity, skeleton, undead
    ライフ
    216%
    Ailment Threshold
    216%
    耐性
    40 40 40 20
    Damage
    102%
    命中
    340%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    0.57 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    SummonedSkull
    Metadata
    SummonedEye
    IsSummoned
    Y
    レベル
    68
    ライフ
    13,896
    アーマー
    28,790
    回避力
    4,739
    エナジーシールド
    0
    Damage
    381
    スペルダメージ
    381
    命中
    986
    Attack Time
    0.57
    経験値
    12,306
    Ailment Threshold
    13,896
    Chill
    44
    Shock
    44
    Brittle
    249
    Scorch
    44
    Sap
    121
    SumonRagingSpiritMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 305–457
    クリティカル率: 5%
    Attack Time: 0.57 秒
    強力な一撃で敵を打ち倒す。

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	untargetable_by_monster_ai = 1
    
    }
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/SummonedSkull/SummonedSkull.ao"
    }
    
    DiesAfterTime
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_spawn = "DisableArrowAttachment();"
    	on_end_spawn = "EnableArrowAttachment();"
    }
    
    Targetable
    {
    	no_highlight = true
    	targetable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SummonedSkull/SummonedEye"] = {
        name = "Raging Spirit",
        life = 2.16,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 1.02,
        damageSpread = 0.2,
        attackTime = 0.57,
        attackRange = 8,
        accuracy = 3.4,
        skillList = {
            "SumonRagingSpiritMelee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SumonRagingSpiritMelee"] = {
        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 = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    物理ダメージの100%を火ダメージに変換する
    IdRagingSpiritConvertPhysToFire
    FamilyFireDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    4から5の物理ダメージをアタックに追加する
    IdRagingSpiritAddedPhys
    FamilyPhysicalDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • attack maximum added physical damage Min: 5 Max: 5 Global
  • attack minimum added physical damage Min: 4 Max: 4 Global
  • Craft Tagsphysical_damage damage physical attack
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • アタックスピードが40%上昇する
    IdMonsterSummonedSkullFastAttack1
    FamilyIncreasedAttackSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • active skill attack speed +% final Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • レイジングスピリット
    コンストラクト
    物理ダメージの50%を火ダメージに変換する
    cannot have affliction mods [1]
    アタックスピードが40%上昇する
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Raging Spirit
    SpectreN
    Tagsbone_armour, construct, extra_extra_small_height, fast_movement, is_unarmed, melee, physical_affinity, skeleton, undead
    ライフ
    180%
    Ailment Threshold
    180%
    耐性
    40 40 40 20
    Damage
    96%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    0.855 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    MonsterSummonedSkull
    Metadata
    MonsterSummonedSkull
    レベル
    68
    ライフ
    11,580
    アーマー
    28,790
    回避力
    4,739
    エナジーシールド
    0
    Damage
    359
    スペルダメージ
    359
    命中
    290
    Attack Time
    0.855
    経験値
    12,306
    Ailment Threshold
    11,580
    Chill
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 287–430
    クリティカル率: 5%
    Attack Time: 0.855 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	untargetable_by_monster_ai = 1
    
    }
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/SummonedSkull/SummonedSkull.ao"
    }
    
    DiesAfterTime
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_spawn = "DisableArrowAttachment();"
    	on_end_spawn = "EnableArrowAttachment();"
    }
    
    Targetable
    {
    	no_highlight = true
    	targetable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MonsterSummonedSkull/MonsterSummonedSkull"] = {
        name = "Raging Spirit",
        life = 1.8,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 0.855,
        attackRange = 8,
        accuracy = 1,
        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 = { }, },
        },
    }
    
    物理ダメージの50%を火ダメージに変換する
    IdMonsterSummonedElementalFire
    FamilyFireDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • アタックスピードが40%上昇する
    IdMonsterSummonedSkullFastAttack1
    FamilyIncreasedAttackSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • active skill attack speed +% final Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • レイジングスピリット
    コンストラクト
    物理ダメージの50%を火ダメージに変換する
    cannot have affliction mods [1]
    アタックスピードが40%上昇する
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Raging Spirit
    SpectreN
    Tagsbone_armour, construct, extra_extra_small_height, fast_movement, is_unarmed, melee, physical_affinity, skeleton, undead
    ライフ
    180%
    Ailment Threshold
    180%
    耐性
    40 40 40 20
    Damage
    96%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    0.855 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    MonsterSummonedSkull
    Metadata
    MonsterSummonedSkullGhostly
    レベル
    68
    ライフ
    11,580
    アーマー
    28,790
    回避力
    4,739
    エナジーシールド
    0
    Damage
    359
    スペルダメージ
    359
    命中
    290
    Attack Time
    0.855
    経験値
    12,306
    Ailment Threshold
    11,580
    Chill
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 287–430
    クリティカル率: 5%
    Attack Time: 0.855 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	untargetable_by_monster_ai = 1
    
    }
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/SummonedSkull/SummonedSkull.ao"
    }
    
    DiesAfterTime
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_spawn = "DisableArrowAttachment();"
    	on_end_spawn = "EnableArrowAttachment();"
    }
    
    Targetable
    {
    	no_highlight = true
    	targetable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MonsterSummonedSkull/MonsterSummonedSkullGhostly"] = {
        name = "Raging Spirit",
        life = 1.8,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 0.855,
        attackRange = 8,
        accuracy = 1,
        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 = { }, },
        },
    }
    
    物理ダメージの50%を火ダメージに変換する
    IdMonsterSummonedElementalFire
    FamilyFireDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • アタックスピードが40%上昇する
    IdMonsterSummonedSkullFastAttack1
    FamilyIncreasedAttackSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • active skill attack speed +% final Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • レイジングスピリット
    コンストラクト
    物理ダメージの50%を火ダメージに変換する
    cannot have affliction mods [1]
    アタックスピードが40%上昇する
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Raging Spirit
    SpectreN
    Tagsbone_armour, construct, delve_monster, extra_extra_small_height, fast_movement, is_unarmed, melee, no_pantheon_mod, physical_affinity, skeleton, undead
    ライフ
    300%
    Ailment Threshold
    300%
    耐性
    40 40 40 20
    Damage
    96%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    0.855 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    MonsterSummonedSkullDelve
    Metadata
    MonsterSummonedSkullGhostlyDelve
    レベル
    68
    ライフ
    19,300
    アーマー
    28,790
    回避力
    4,739
    エナジーシールド
    0
    Damage
    359
    スペルダメージ
    359
    命中
    290
    Attack Time
    0.855
    経験値
    12,306
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 287–430
    クリティカル率: 5%
    Attack Time: 0.855 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	untargetable_by_monster_ai = 1
    
    }
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/SummonedSkull/SummonedSkull.ao"
    }
    
    DiesAfterTime
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_spawn = "DisableArrowAttachment();"
    	on_end_spawn = "EnableArrowAttachment();"
    }
    
    Targetable
    {
    	no_highlight = true
    	targetable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MonsterSummonedSkull/MonsterSummonedSkullGhostlyDelve"] = {
        name = "Raging Spirit",
        life = 3,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 0.855,
        attackRange = 8,
        accuracy = 1,
        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 = { }, },
        },
    }
    
    物理ダメージの50%を火ダメージに変換する
    IdMonsterSummonedElementalFire
    FamilyFireDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • アタックスピードが40%上昇する
    IdMonsterSummonedSkullFastAttack1
    FamilyIncreasedAttackSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • active skill attack speed +% final Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • レイジングスピリット
    コンストラクト
    物理ダメージの50%を火ダメージに変換する
    cannot have affliction mods [1]
    アタックスピードが40%上昇する
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Raging Spirit
    SpectreN
    Tagsbone_armour, construct, extra_extra_small_height, fast_movement, is_unarmed, melee, physical_affinity, skeleton, undead
    ライフ
    180%
    Ailment Threshold
    180%
    耐性
    40 40 40 20
    Damage
    96%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    0.855 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    MonsterSummonedSkull
    Metadata
    MonsterSummonedRaven
    レベル
    68
    ライフ
    11,580
    アーマー
    28,790
    回避力
    4,739
    エナジーシールド
    0
    Damage
    359
    スペルダメージ
    359
    命中
    290
    Attack Time
    0.855
    経験値
    12,306
    Ailment Threshold
    11,580
    Chill
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 287–430
    クリティカル率: 5%
    Attack Time: 0.855 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	untargetable_by_monster_ai = 1
    
    }
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/SummonedSkull/SummonedRaven.ao"
    }
    
    DiesAfterTime
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_spawn = "DisableArrowAttachment();"
    	on_end_spawn = "EnableArrowAttachment();"
    }
    
    Targetable
    {
    	no_highlight = true
    	targetable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MonsterSummonedSkull/MonsterSummonedRaven"] = {
        name = "Raging Spirit",
        life = 1.8,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 0.855,
        attackRange = 8,
        accuracy = 1,
        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 = { }, },
        },
    }
    
    物理ダメージの50%を火ダメージに変換する
    IdMonsterSummonedElementalFire
    FamilyFireDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • アタックスピードが40%上昇する
    IdMonsterSummonedSkullFastAttack1
    FamilyIncreasedAttackSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • active skill attack speed +% final Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • レイジングスピリット
    コンストラクト
    物理ダメージの50%を火ダメージに変換する
    cannot have affliction mods [1]
    アタックスピードが40%上昇する
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Raging Spirit
    SpectreN
    Tagsbone_armour, construct, extra_extra_small_height, fast_movement, is_unarmed, melee, physical_affinity, skeleton, undead
    ライフ
    180%
    Ailment Threshold
    180%
    耐性
    40 40 40 20
    Damage
    96%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    0.855 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    MonsterSummonedSkull
    Metadata
    MonsterSummonedBloodRaven
    レベル
    68
    ライフ
    11,580
    アーマー
    28,790
    回避力
    4,739
    エナジーシールド
    0
    Damage
    359
    スペルダメージ
    359
    命中
    290
    Attack Time
    0.855
    経験値
    12,306
    Ailment Threshold
    11,580
    Chill
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 287–430
    クリティカル率: 5%
    Attack Time: 0.855 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	untargetable_by_monster_ai = 1
    
    }
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/SummonedSkull/SummonedRaven.ao"
    }
    
    DiesAfterTime
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_spawn = "DisableArrowAttachment();"
    	on_end_spawn = "EnableArrowAttachment();"
    }
    
    Targetable
    {
    	no_highlight = true
    	targetable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MonsterSummonedSkull/MonsterSummonedBloodRaven"] = {
        name = "Raging Spirit",
        life = 1.8,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 0.855,
        attackRange = 8,
        accuracy = 1,
        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 = { }, },
        },
    }
    
    物理ダメージの50%を火ダメージに変換する
    IdMonsterSummonedElementalFire
    FamilyFireDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • アタックスピードが40%上昇する
    IdMonsterSummonedSkullFastAttack1
    FamilyIncreasedAttackSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • active skill attack speed +% final Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • レイジングスピリット
    コンストラクト
    物理ダメージの50%を火ダメージに変換する
    cannot have affliction mods [1]
    アタックスピードが40%上昇する
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Raging Spirit
    SpectreN
    Tagsbone_armour, construct, fast_movement, is_unarmed, medium_height, melee, physical_affinity, skeleton, undead
    ライフ
    180%
    Ailment Threshold
    180%
    耐性
    40 40 40 20
    Damage
    96%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    0.855 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    130%
    Type
    MonsterSummonedSkull
    Metadata
    MonsterSummonedBees
    レベル
    68
    ライフ
    11,580
    アーマー
    28,790
    回避力
    4,739
    エナジーシールド
    0
    Damage
    359
    スペルダメージ
    359
    命中
    290
    Attack Time
    0.855
    経験値
    12,306
    Ailment Threshold
    11,580
    Chill
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 287–430
    クリティカル率: 5%
    Attack Time: 0.855 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	untargetable_by_monster_ai = 1
    
    }
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/SummonedSkull/SummonedBees.ao"
    }
    
    DiesAfterTime
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_spawn = "DisableArrowAttachment();"
    	on_end_spawn = "EnableArrowAttachment();"
    }
    
    Targetable
    {
    	no_highlight = true
    	targetable = false
    }
    
    Render
    {
    	selection_height_override = 125.0
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MonsterSummonedSkull/MonsterSummonedBees"] = {
        name = "Raging Spirit",
        life = 1.8,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 0.855,
        attackRange = 8,
        accuracy = 1,
        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 = { }, },
        },
    }
    
    物理ダメージの50%を火ダメージに変換する
    IdMonsterSummonedElementalFire
    FamilyFireDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • アタックスピードが40%上昇する
    IdMonsterSummonedSkullFastAttack1
    FamilyIncreasedAttackSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • active skill attack speed +% final Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • レイジングスピリット
    コンストラクト
    物理ダメージの50%を火ダメージに変換する
    4から5の物理ダメージをアタックに追加する
    アタックスピードが40%上昇する
    Raging Spirit
    SpectreY
    Tagsbone_armour, construct, extra_extra_small_height, fast_movement, is_unarmed, melee, physical_affinity, skeleton, undead
    ライフ
    180%
    Ailment Threshold
    180%
    耐性
    40 40 40 20
    Damage
    96%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    0.855 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    MonsterSummonedSkull
    Metadata
    GhostflameRagingSpiritCowardsTrial
    レベル
    68
    ライフ
    11,580
    アーマー
    28,790
    回避力
    4,739
    エナジーシールド
    0
    Damage
    359
    スペルダメージ
    359
    命中
    290
    Attack Time
    0.855
    経験値
    12,306
    Ailment Threshold
    11,580
    Chill
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    SumonRagingSpiritMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 287–430
    クリティカル率: 5%
    Attack Time: 0.855 秒
    強力な一撃で敵を打ち倒す。

    Object Type

    version 2
    extends "Metadata/Monsters/Skeletons/CowardsTrial/CowardsTrialMonsterBase"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    DiesAfterTime
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Skeletons/CowardsTrial/CowardsTrialMonsterBase"
    
    Animated
    {
    	on_spawn = "DisableArrowAttachment();"
    	on_end_spawn = "EnableArrowAttachment();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/CowardsTrial/GhostflameRagingSpiritCowardsTrial"] = {
        name = "Raging Spirit",
        life = 1.8,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 0.855,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "SumonRagingSpiritMelee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SumonRagingSpiritMelee"] = {
        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 = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    物理ダメージの50%を火ダメージに変換する
    IdMonsterSummonedElementalFire
    FamilyFireDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    4から5の物理ダメージをアタックに追加する
    IdRagingSpiritAddedPhys
    FamilyPhysicalDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • attack maximum added physical damage Min: 5 Max: 5 Global
  • attack minimum added physical damage Min: 4 Max: 4 Global
  • Craft Tagsphysical_damage damage physical attack
    アタックスピードが40%上昇する
    IdMonsterSummonedSkullFastAttack1
    FamilyIncreasedAttackSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • active skill attack speed +% final Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    レイジングスピリット
    コンストラクト
    物理ダメージの100%を火ダメージに変換する
    4から5の物理ダメージをアタックに追加する
    cannot have affliction mods [1]
    アタックスピードが40%上昇する
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Raging Spirit
    SpectreN
    Tagsbone_armour, construct, extra_extra_small_height, fast_movement, is_unarmed, melee, physical_affinity, skeleton, undead
    ライフ
    216%
    Ailment Threshold
    216%
    耐性
    40 40 40 20
    Damage
    102%
    命中
    340%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    0.57 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    SummonedSkull
    Metadata
    SummonedSkullCelestial_
    IsSummoned
    Y
    レベル
    68
    ライフ
    13,896
    アーマー
    28,790
    回避力
    4,739
    エナジーシールド
    0
    Damage
    381
    スペルダメージ
    381
    命中
    986
    Attack Time
    0.57
    経験値
    12,306
    Ailment Threshold
    13,896
    Chill
    44
    Shock
    44
    Brittle
    249
    Scorch
    44
    Sap
    121
    SumonRagingSpiritMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 305–457
    クリティカル率: 5%
    Attack Time: 0.57 秒
    強力な一撃で敵を打ち倒す。

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	untargetable_by_monster_ai = 1
    
    }
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/SummonedSkull/SummonedSkull.ao"
    }
    
    DiesAfterTime
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	on_spawn = "DisableArrowAttachment();"
    	on_end_spawn = "EnableArrowAttachment();"
    }
    
    Targetable
    {
    	no_highlight = true
    	targetable = false
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SummonedSkull/SummonedSkullCelestial_"] = {
        name = "Raging Spirit",
        life = 2.16,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 1.02,
        damageSpread = 0.2,
        attackTime = 0.57,
        attackRange = 8,
        accuracy = 3.4,
        skillList = {
            "SumonRagingSpiritMelee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SumonRagingSpiritMelee"] = {
        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 = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    物理ダメージの100%を火ダメージに変換する
    IdRagingSpiritConvertPhysToFire
    FamilyFireDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    4から5の物理ダメージをアタックに追加する
    IdRagingSpiritAddedPhys
    FamilyPhysicalDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • attack maximum added physical damage Min: 5 Max: 5 Global
  • attack minimum added physical damage Min: 4 Max: 4 Global
  • Craft Tagsphysical_damage damage physical attack
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • アタックスピードが40%上昇する
    IdMonsterSummonedSkullFastAttack1
    FamilyIncreasedAttackSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • active skill attack speed +% final Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • レイジングスピリット
    コンストラクト
    物理ダメージの100%を火ダメージに変換する
    4から5の物理ダメージをアタックに追加する
    cannot have affliction mods [1]
    アタックスピードが40%上昇する
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Raging Spirit
    SpectreN
    Tagsbone_armour, construct, fast_movement, is_unarmed, melee, physical_affinity, skeleton, undead
    ライフ
    216%
    Ailment Threshold
    216%
    耐性
    40 40 40 20
    Damage
    102%
    命中
    340%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    0.57 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    100%
    Type
    SummonedSkull
    Metadata
    SummonedArcaneEye
    IsSummoned
    Y
    レベル
    68
    ライフ
    13,896
    アーマー
    28,790
    回避力
    4,739
    エナジーシールド
    0
    Damage
    381
    スペルダメージ
    381
    命中
    986
    Attack Time
    0.57
    経験値
    12,306
    Ailment Threshold
    13,896
    Chill
    44
    Shock
    44
    Brittle
    249
    Scorch
    44
    Sap
    121
    SumonRagingSpiritMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 305–457
    クリティカル率: 5%
    Attack Time: 0.57 秒
    強力な一撃で敵を打ち倒す。

    Object Type

    version 2
    extends "Metadata/Monsters/SummonedSkull/SummonedSkull"
    
    Stats
    {
    	set_damage_hit_effect_index = 24
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/SummonedSkull/SummonedSkull"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SummonedSkull/SummonedArcaneEye"] = {
        name = "Raging Spirit",
        life = 2.16,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 1.02,
        damageSpread = 0.2,
        attackTime = 0.57,
        attackRange = 8,
        accuracy = 3.4,
        skillList = {
            "SumonRagingSpiritMelee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SumonRagingSpiritMelee"] = {
        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 = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    物理ダメージの100%を火ダメージに変換する
    IdRagingSpiritConvertPhysToFire
    FamilyFireDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    4から5の物理ダメージをアタックに追加する
    IdRagingSpiritAddedPhys
    FamilyPhysicalDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • attack maximum added physical damage Min: 5 Max: 5 Global
  • attack minimum added physical damage Min: 4 Max: 4 Global
  • Craft Tagsphysical_damage damage physical attack
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • アタックスピードが40%上昇する
    IdMonsterSummonedSkullFastAttack1
    FamilyIncreasedAttackSpeed
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • active skill attack speed +% final Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global