ソーラーガード
コンストラクト
物理ダメージの60%を追加火ダメージとして獲得する
Solar Guard
SpectreY
Areaソラリスの中央広場, ソラリス寺院 -第一層-, ソラリス寺院 -第二層-, 港の橋, 永遠なる研究所, 象牙の寺院のマップ, カランドラの湖
Tagsanimal_claw_weapon, キャスター, construct, fire_affinity, humanoid, is_unarmed, medium_height, medium_movement, mud_blood, not_dex, ranged, stone_armour, stone_construct, templar
Packs
  • ソラリスの中央広場, ソラリス寺院 -第一層-, ソラリス寺院 -第二層-: ソーラーガード, ソーラーエレメンタル, ソーラーエレメンタル
  • 港の橋: ソーラーガード, ソーラーエレメンタル, ソーラーエレメンタル
  • 永遠なる研究所: ソーラーガード, ソーラーエレメンタル
  • ライフ
    198%
    Energy Shield From Life
    25%
    防具
    +25%
    Ailment Threshold
    198%
    耐性
    75 0 0 0
    Damage
    112%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    経験値
    180%
    Model Size
    120%
    Type
    HolyFireElementalSolarisChampion
    Metadata
    HolyFireElementalSolarisBeam
    レベル
    72
    ライフ
    19,273
    防具
    49,311
    回避力
    5,444
    エナジーシールド
    1,963
    Damage
    532
    スペルダメージ
    532
    命中
    339
    Attack Time
    1.5
    経験値
    20,106
    Ailment Threshold
    19,273
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    168
    SpecialBeamCannon
    Spell, Damage
    キャストタイム: 2.5 秒
    クールダウン時間: 8 秒
    1292から1938の火ダメージを与える
    active skill area of effect radius +% final [-23]
    is area damage [1]
    HolyFireElementalFireball
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    ファイヤーボール
    クリティカル率: 6%
    キャストタイム: 0.85 秒
    爆発し周囲の敵にダメージを与える火の玉を対象に向けて放つ。
    952.9から1476の火ダメージを与える
    基礎半径は0.9m
    base is projectile [1]
    spell maximum action distance +% [-50]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_spawned_dead = "HideMeshSegments( geo_L_Arm1Shape,geo_L_Leg1Shape,geo_R_Arm1Shape,geo_R_Leg1Shape,geo_Torso1Shape );"
    }
    
    Animated
    {
    	on_death = "HideMeshSegments( geo_L_Arm1Shape,geo_L_Leg1Shape,geo_R_Arm1Shape,geo_R_Leg1Shape,geo_Torso1Shape );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HolyFireElemental/HolyFireElementalSolarisBeam"] = {
        name = "Solar Guard",
        life = 1.98,
        energyShield = 0.25,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "HolyFireElementalFireball",
            "SpecialBeamCannon",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HolyFireElementalFireball"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.75, 2.710000038147, -50, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpecialBeamCannon"] = {
        name = "SpecialBeamCannon",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    物理ダメージの60%を追加火ダメージとして獲得する
    IdMonsterPhysicalAddedAsFireHolyFireElemental
    FamilyPhysicalAddedAsFire
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 60 Max: 60 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    ソーラーガード
    コンストラクト
    物理ダメージの60%を追加火ダメージとして獲得する
    Solar Guard
    SpectreY
    Tagsanimal_claw_weapon, キャスター, construct, fire_affinity, humanoid, is_unarmed, medium_movement, mud_blood, not_dex, ranged, stone_armour, stone_construct, templar
    Packs
  • ソーラーエレメンタル, ソーラーガード, ソーラーエレメンタル
  • ライフ
    198%
    Energy Shield From Life
    25%
    防具
    +25%
    Ailment Threshold
    198%
    耐性
    75 0 0 0
    Damage
    112%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    経験値
    180%
    Model Size
    120%
    Type
    HolyFireElementalSolarisChampion
    Metadata
    HolyFireElementalSolarisBeamHellscape
    レベル
    68
    ライフ
    12,738
    防具
    35,988
    回避力
    4,739
    エナジーシールド
    1,532
    Damage
    418
    スペルダメージ
    418
    命中
    290
    Attack Time
    1.5
    経験値
    18,459
    Ailment Threshold
    12,738
    Chill
    40
    Shock
    40
    Brittle
    228
    Scorch
    40
    Sap
    111
    SpecialBeamCannon
    Spell, Damage
    キャストタイム: 2.5 秒
    クールダウン時間: 8 秒
    1117から1676の火ダメージを与える
    active skill area of effect radius +% final [-23]
    is area damage [1]
    HolyFireElementalFireball
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    ファイヤーボール
    クリティカル率: 6%
    キャストタイム: 0.85 秒
    爆発し周囲の敵にダメージを与える火の玉を対象に向けて放つ。
    816.4から1264の火ダメージを与える
    基礎半径は0.9m
    base is projectile [1]
    spell maximum action distance +% [-50]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_spawned_dead = "HideMeshSegments( geo_L_Arm1Shape,geo_L_Leg1Shape,geo_R_Arm1Shape,geo_R_Leg1Shape,geo_Torso1Shape );"
    }
    
    Animated
    {
    	on_death = "HideMeshSegments( geo_L_Arm1Shape,geo_L_Leg1Shape,geo_R_Arm1Shape,geo_R_Leg1Shape,geo_Torso1Shape );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HolyFireElemental/HolyFireElementalSolarisBeamHellscape"] = {
        name = "Solar Guard",
        life = 1.98,
        energyShield = 0.25,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "HolyFireElementalFireball",
            "SpecialBeamCannon",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HolyFireElementalFireball"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.75, 2.710000038147, -50, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpecialBeamCannon"] = {
        name = "SpecialBeamCannon",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    物理ダメージの60%を追加火ダメージとして獲得する
    IdMonsterPhysicalAddedAsFireHolyFireElemental
    FamilyPhysicalAddedAsFire
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 60 Max: 60 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    ソーラーガード
    コンストラクト
    エリア: 黄昏の寺院
    物理ダメージの60%を追加火ダメージとして獲得する
    Solar Guard
    SpectreY
    Area黄昏の寺院
    Tagsanimal_claw_weapon, キャスター, construct, fire_affinity, humanoid, is_unarmed, medium_height, medium_movement, mud_blood, not_dex, ranged, stone_armour, stone_construct, templar
    Packs
  • 黄昏の寺院: ソーラーエレメンタル, ソーラーガード
  • ライフ
    198%
    Energy Shield From Life
    25%
    防具
    +25%
    Ailment Threshold
    198%
    耐性
    75 0 0 0
    Damage
    112%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    経験値
    180%
    Model Size
    120%
    Type
    HolyFireElementalSolarisChampion
    Metadata
    HolyFireElementalSolarisBeamSchism
    レベル
    71
    ライフ
    17,389
    防具
    45,591
    回避力
    5,260
    エナジーシールド
    1,845
    Damage
    501
    スペルダメージ
    501
    命中
    326
    Attack Time
    1.5
    経験値
    19,708
    Ailment Threshold
    17,389
    Chill
    55
    Shock
    55
    Brittle
    311
    Scorch
    55
    Sap
    152
    SpecialBeamCannon
    Spell, Damage
    キャストタイム: 2.5 秒
    クールダウン時間: 8 秒
    1246から1869の火ダメージを与える
    active skill area of effect radius +% final [-23]
    is area damage [1]
    HolyFireElementalFireball
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    ファイヤーボール
    クリティカル率: 6%
    キャストタイム: 0.85 秒
    爆発し周囲の敵にダメージを与える火の玉を対象に向けて放つ。
    916.7から1420の火ダメージを与える
    基礎半径は0.9m
    base is projectile [1]
    spell maximum action distance +% [-50]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_spawned_dead = "HideMeshSegments( geo_L_Arm1Shape,geo_L_Leg1Shape,geo_R_Arm1Shape,geo_R_Leg1Shape,geo_Torso1Shape );"
    }
    
    Animated
    {
    	on_death = "HideMeshSegments( geo_L_Arm1Shape,geo_L_Leg1Shape,geo_R_Arm1Shape,geo_R_Leg1Shape,geo_Torso1Shape );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HolyFireElemental/HolyFireElementalSolarisBeamSchism"] = {
        name = "Solar Guard",
        life = 1.98,
        energyShield = 0.25,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "HolyFireElementalFireball",
            "SpecialBeamCannon",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HolyFireElementalFireball"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.75, 2.710000038147, -50, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpecialBeamCannon"] = {
        name = "SpecialBeamCannon",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    物理ダメージの60%を追加火ダメージとして獲得する
    IdMonsterPhysicalAddedAsFireHolyFireElemental
    FamilyPhysicalAddedAsFire
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 60 Max: 60 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    ソーラーガード
    コンストラクト
    エリア: 港の橋
    物理ダメージの60%を追加火ダメージとして獲得する
    Solar Guard
    SpectreY
    Area港の橋
    Tagsanimal_claw_weapon, キャスター, construct, fire_affinity, humanoid, is_unarmed, medium_height, medium_movement, mud_blood, not_dex, ranged, stone_armour, stone_construct, templar
    ライフ
    198%
    Energy Shield From Life
    25%
    防具
    +25%
    Ailment Threshold
    198%
    耐性
    75 0 0 0
    Damage
    112%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    経験値
    180%
    Model Size
    120%
    Type
    HolyFireElementalSolarisChampion
    Metadata
    HolyFireElementalSolarisBeamNewTeam
    レベル
    60
    ライフ
    7,322
    防具
    18,973
    回避力
    3,556
    エナジーシールド
    925
    Damage
    278
    スペルダメージ
    278
    命中
    211
    Attack Time
    1.5
    経験値
    14,877
    Ailment Threshold
    7,322
    Chill
    23
    Shock
    23
    Brittle
    131
    Scorch
    23
    Sap
    64
    SpecialBeamCannon
    Spell, Damage
    キャストタイム: 2.5 秒
    クールダウン時間: 8 秒
    835.5から1253の火ダメージを与える
    active skill area of effect radius +% final [-23]
    is area damage [1]
    HolyFireElementalFireball
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    ファイヤーボール
    クリティカル率: 6%
    キャストタイム: 0.85 秒
    爆発し周囲の敵にダメージを与える火の玉を対象に向けて放つ。
    274から410.9の火ダメージを与える
    基礎半径は0.9m
    base is projectile [1]
    spell maximum action distance +% [-50]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned 
    { 
    	team = 126
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_spawned_dead = "HideMeshSegments( geo_L_Arm1Shape,geo_L_Leg1Shape,geo_R_Arm1Shape,geo_R_Leg1Shape,geo_Torso1Shape );"
    }
    
    Animated
    {
    	on_death = "HideMeshSegments( geo_L_Arm1Shape,geo_L_Leg1Shape,geo_R_Arm1Shape,geo_R_Leg1Shape,geo_Torso1Shape );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HolyFireElemental/HolyFireElementalSolarisBeamNewTeam"] = {
        name = "Solar Guard",
        life = 1.98,
        energyShield = 0.25,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "HolyFireElementalFireball",
            "SpecialBeamCannon",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HolyFireElementalFireball"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.75, 2.710000038147, -50, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpecialBeamCannon"] = {
        name = "SpecialBeamCannon",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    物理ダメージの60%を追加火ダメージとして獲得する
    IdMonsterPhysicalAddedAsFireHolyFireElemental
    FamilyPhysicalAddedAsFire
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 60 Max: 60 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    Edit

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