MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
หินปะการังปลุกเสก
ชีวิตประดิษฐ์
IconEnemyResistanceFireStrong
นำความเสียหาย กายภาพ 100% ไปเสริมเป็น น้ำแข็ง
Animated Reef
Spectre
Areaโขดหินราชันน้ำเค็ม, ห้องทดลองนิรันดร, ทะเลสาบคาลานดรา
Tagsbludgeoning_weapon, construct, has_one_hand_sword, has_one_handed_melee, medium_height, medium_movement, melee, mud_blood, not_int, physical_affinity, stone_armour
Packs
  • โขดหินราชันน้ำเค็ม: หินปะการังปลุกเสก
  • ห้องทดลองนิรันดร: หินปะการังปลุกเสก
  • หินปะการังปลุกเสก
  • พลังชีวิต
    300%
    ค่าเกราะ
    +100%
    การหลบหลีก
    +40%
    Ailment Threshold
    300%
    ค่าต้านทาน
    IconEnemyResistanceFireStrong75% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    8 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    200%
    Model Size
    110%
    Type
    RockGolemCoral
    Metadata
    RockGolemCoral
    เลเวล
    68
    พลังชีวิต
    19,300
    ค่าเกราะ
    57,580
    อัตราการหลบหลีก
    6,635
    Damage
    448
    ความเสียหายเวท
    448
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    20,510
    Minion Life
    4,186
    Minion Damage
    358
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 359538
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    CoralGolemSlam
    Triggerable, Attack
    Base Damage: 359538
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 175%
    ความเสียหายโจมตี: 175%
    Attack Time: 1.5 วินาที
    คูลดาวน์: 6 วินาที
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 75%
    ลดความเร็วในการโจมตี อีก 20%
    active skill area of effect radius +% final [200]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/RockGolem/RockGolemCoral"] = {
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Animated Reef",
        life = 3,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "CoralGolemSlam",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CoralGolemSlam"] = {
        name = "CoralGolemSlam",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-20, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    นำความเสียหาย กายภาพ 100% ไปเสริมเป็น น้ำแข็ง
    FamilyPhysicalAddedAsCold
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as cold 100 100 Global
  • Craft Tagsphysical_damage elemental_damage ความเสียหาย กายภาพ ธาตุ น้ำแข็ง
    หินปะการังปลุกเสก
    ชีวิตประดิษฐ์
    IconEnemyResistanceFireStrong
    นำความเสียหาย กายภาพ 100% ไปเสริมเป็น น้ำแข็ง
    Animated Reef
    Spectre
    Tagsbludgeoning_weapon, construct, has_one_hand_sword, has_one_handed_melee, medium_movement, melee, mud_blood, not_int, physical_affinity, stone_armour
    Packs
  • หินปะการังปลุกเสก
  • พลังชีวิต
    300%
    ค่าเกราะ
    +100%
    การหลบหลีก
    +40%
    Ailment Threshold
    300%
    ค่าต้านทาน
    IconEnemyResistanceFireStrong75% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    8 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    200%
    Model Size
    110%
    Type
    RockGolemCoral
    Metadata
    RockGolemCoralHellscape
    เลเวล
    68
    พลังชีวิต
    19,300
    ค่าเกราะ
    57,580
    อัตราการหลบหลีก
    6,635
    Damage
    448
    ความเสียหายเวท
    448
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    20,510
    Minion Life
    4,186
    Minion Damage
    358
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 359538
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    CoralGolemSlam
    Triggerable, Attack
    Base Damage: 359538
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 175%
    ความเสียหายโจมตี: 175%
    Attack Time: 1.5 วินาที
    คูลดาวน์: 6 วินาที
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 75%
    ลดความเร็วในการโจมตี อีก 20%
    active skill area of effect radius +% final [200]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/RockGolem/RockGolemCoralHellscape"] = {
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Animated Reef",
        life = 3,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "CoralGolemSlam",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CoralGolemSlam"] = {
        name = "CoralGolemSlam",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-20, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    นำความเสียหาย กายภาพ 100% ไปเสริมเป็น น้ำแข็ง
    FamilyPhysicalAddedAsCold
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as cold 100 100 Global
  • Craft Tagsphysical_damage elemental_damage ความเสียหาย กายภาพ ธาตุ น้ำแข็ง
    Edit

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