โกเลมศิลา
โกเลมศิลาของคุณ ทำให้คุณได้รับ: ฟื้นฟูพลังชีวิต เพิ่มเติม
base_life_regeneration_rate_per_minute
Stone Golem
Attribute /3

rock_golem_buff

KeyValue
BuffGroupsID-1
IsBuffDefinition1
BuffMergeModesID3
Life Regeneration Rate per Minute
Codebase life regeneration rate per minute
IsPublic1
IsLocal0
IsWeaponLocal0
IsProxied
IsParty0
IsVirtual0
IsScalable1
StatSemanticsDiscrete
โกเลมศิลา
รับความเสียหาย ปะทะ ประชิด ด้วย พลังชีวิตของโกเลมศิลา แทนคุณ
melee_damage_removed_from_stone_golem_before_life_or_es_%
Stone Golem
Attribute /3

rock_golem_alt_buff

KeyValue
BuffGroupsID-1
IsBuffDefinition1
BuffMergeModesID3
Codemelee damage removed from stone golem before life or es %
IsPublic0
IsLocal0
IsWeaponLocal0
IsProxied
IsParty0
IsVirtual0
IsScalable1
StatSemanticsPercentage
โกเลมศิลา
หุ่นกล
ฟื้นฟูพลังชีวิต 2% ต่อวินาที
Stone Golem
SpectreN
Tagsbludgeoning_weapon, construct, fast_movement, has_one_hand_sword, has_one_handed_melee, medium_height, melee, mud_blood, not_int, physical_affinity, stone_armour
พลังชีวิต
725%
เกราะ
+60%
การหลบหลีก
+40%
Ailment Threshold
725%
ค่าต้านทาน
40 40 40 20
Damage
270%
ความแม่นยำ
340%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
8 ~ 10
Attack Time
1 Second
Damage Spread
±20%
ค่าประสบการณ์
150%
Model Size
110%
Type
RockGolemSummoned
Metadata
RockGolemSummoned
IsSummoned
Y
เลเวล
68
พลังชีวิต
46,642
เกราะ
46,064
การหลบหลีก
6,635
โล่พลังงาน
0
Damage
1,009
ความเสียหายเวท
1,009
ความแม่นยำ
986
Attack Time
1
ค่าประสบการณ์
15,383
Ailment Threshold
46,642
Chill
147
Shock
147
Brittle
834
Scorch
147
Sap
407
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 807–1210
โอกาสคริติคอล: 5%
Attack Time: 1 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
RockGolemSlam
Attack, Area, Triggerable
Base Damage: 807–1210
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 200%
ความเสียหายโจมตี: 200%
Attack Time: 1 วินาที
คูลดาวน์: 4 วินาที
มีโอกาสสร้างสถานะ ยั่วยุ 33% เมื่อปะทะ
สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 100%
ลดความเร็วในการโจมตี อีก 20%
active skill area of effect radius +% final [200]
is area damage [1]
RockGolemMinionWhirlingBlades
Attack, Melee, Movement, Travel
รำมีดพุ่ง (Whirling Blades)
Base Damage: 807–1210
โอกาสคริติคอล: 5%
Attack Time: 1 วินาที
คูลดาวน์: 6 วินาที
พุ่งผ่านศัตรู สร้างความเสียหายด้วยอาวุธ หากถือ อาวุธคู่ จะโจมตีด้วยอาวุธทั้งสองแล้วสร้างความเสียหายจากอาวุธทั้งสองพร้อมกันในการปะทะครั้งเดียว ใช้ได้กับมีด, กรงเล็บ, ดาบมือเดียว เท่านั้น สกิลนี้ไม่สามารถเสริมด้วย Multistrike ได้
ลดความเร็วในการโจมตี อีก 25%
cast time overrides attack duration [1]
ignores proximity shield [1]
monster flurry [1]
skill sound variation [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
}

Life
{
	corpse_usable = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	//turn_duration = 0.5
	fade_arrows = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/RockGolem/RockGolemSummoned"] = {
    name = "Stone Golem",
    life = 7.25,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 20,
    damage = 2.7,
    damageSpread = 0.2,
    attackTime = 1,
    attackRange = 10,
    accuracy = 3.4,
    weaponType1 = "One Hand Sword",
    skillList = {
        "RockGolemSlam",
        "RockGolemMinionWhirlingBlades",
        "Melee",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["RockGolemSlam"] = {
    name = "RockGolemSlam",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_attack_speed_+%_final",
        "chance_to_taunt_on_hit_%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {-20, 33, 200, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RockGolemMinionWhirlingBlades"] = {
    name = "Whirling Blades",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.43,
    baseFlags = {
        attack = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_sound_variation",
        "active_skill_attack_speed_+%_final",
        "monster_flurry",
        "cast_time_overrides_attack_duration",
        "ignores_proximity_shield",
    },
    levels = {
        [1] = {1, -25, 1, 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 = { }, },
    },
}
ฟื้นฟูพลังชีวิต 2% ต่อวินาที
IdSummonedGolemLifeRegenerationStone
FamilyLifeRegenerationRatePercentage
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • life regeneration rate per minute % Min: 120 Max: 120 Global
  • Craft Tagsresource life
    โกเลมศิลา
    หุ่นกล
    ฟื้นฟูพลังชีวิต 2% ต่อวินาที
    Stone Golem
    SpectreN
    Tagsbludgeoning_weapon, construct, fast_movement, has_one_hand_sword, has_one_handed_melee, medium_height, melee, mud_blood, not_int, physical_affinity, stone_armour
    พลังชีวิต
    725%
    เกราะ
    +60%
    การหลบหลีก
    +40%
    Ailment Threshold
    725%
    ค่าต้านทาน
    40 40 40 20
    Damage
    270%
    ความแม่นยำ
    340%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    8 ~ 10
    Attack Time
    1 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    100%
    Type
    RockGolemSummoned
    Metadata
    RockGolemSummonedClockwork_
    IsSummoned
    Y
    เลเวล
    68
    พลังชีวิต
    46,642
    เกราะ
    46,064
    การหลบหลีก
    6,635
    โล่พลังงาน
    0
    Damage
    1,009
    ความเสียหายเวท
    1,009
    ความแม่นยำ
    986
    Attack Time
    1
    ค่าประสบการณ์
    15,383
    Ailment Threshold
    46,642
    Chill
    147
    Shock
    147
    Brittle
    834
    Scorch
    147
    Sap
    407
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 807–1210
    โอกาสคริติคอล: 5%
    Attack Time: 1 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    RockGolemSlam
    Attack, Area, Triggerable
    Base Damage: 807–1210
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 200%
    ความเสียหายโจมตี: 200%
    Attack Time: 1 วินาที
    คูลดาวน์: 4 วินาที
    มีโอกาสสร้างสถานะ ยั่วยุ 33% เมื่อปะทะ
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 100%
    ลดความเร็วในการโจมตี อีก 20%
    active skill area of effect radius +% final [200]
    is area damage [1]
    RockGolemMinionWhirlingBlades
    Attack, Melee, Movement, Travel
    รำมีดพุ่ง (Whirling Blades)
    Base Damage: 807–1210
    โอกาสคริติคอล: 5%
    Attack Time: 1 วินาที
    คูลดาวน์: 6 วินาที
    พุ่งผ่านศัตรู สร้างความเสียหายด้วยอาวุธ หากถือ อาวุธคู่ จะโจมตีด้วยอาวุธทั้งสองแล้วสร้างความเสียหายจากอาวุธทั้งสองพร้อมกันในการปะทะครั้งเดียว ใช้ได้กับมีด, กรงเล็บ, ดาบมือเดียว เท่านั้น สกิลนี้ไม่สามารถเสริมด้วย Multistrike ได้
    ลดความเร็วในการโจมตี อีก 25%
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    skill sound variation [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems/physical/physicalfx.epk );"
    }
    
    Render
    {
        //turn_duration = 0.5
    	fade_arrows = true
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems/physical/physicalfx.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/RockGolem/RockGolemSummonedClockwork_"] = {
        name = "Stone Golem",
        life = 7.25,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 2.7,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 10,
        accuracy = 3.4,
        weaponType1 = "One Hand Sword",
        skillList = {
            "RockGolemSlam",
            "RockGolemMinionWhirlingBlades",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RockGolemSlam"] = {
        name = "RockGolemSlam",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "chance_to_taunt_on_hit_%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-20, 33, 200, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RockGolemMinionWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.43,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_sound_variation",
            "active_skill_attack_speed_+%_final",
            "monster_flurry",
            "cast_time_overrides_attack_duration",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {1, -25, 1, 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 = { }, },
        },
    }
    
    ฟื้นฟูพลังชีวิต 2% ต่อวินาที
    IdSummonedGolemLifeRegenerationStone
    FamilyLifeRegenerationRatePercentage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 120 Max: 120 Global
  • Craft Tagsresource life
    โกเลมศิลา
    หุ่นกล
    monster no drops or experience [1]
    Stone Golem
    SpectreN
    Tagsbludgeoning_weapon, construct, fast_movement, has_one_hand_sword, has_one_handed_melee, medium_height, melee, mud_blood, not_int, physical_affinity, stone_armour
    พลังชีวิต
    525%
    เกราะ
    +60%
    การหลบหลีก
    +40%
    Ailment Threshold
    525%
    ค่าต้านทาน
    0 0 0 0
    Damage
    113%
    ความแม่นยำ
    140%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    8 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    110%
    Type
    RockGolemMinotaur
    Metadata
    RockGolemMinotaur
    เลเวล
    68
    พลังชีวิต
    33,775
    เกราะ
    46,064
    การหลบหลีก
    6,635
    โล่พลังงาน
    0
    Damage
    422
    ความเสียหายเวท
    422
    ความแม่นยำ
    406
    Attack Time
    1.5
    ค่าประสบการณ์
    15,383
    Ailment Threshold
    33,775
    Chill
    107
    Shock
    107
    Brittle
    604
    Scorch
    107
    Sap
    295
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 338–507
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    RockGolemSlamMinotaur
    Attack, Area, Triggerable
    Base Damage: 338–507
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    คูลดาวน์: 6 วินาที
    ลดความเร็วในการโจมตี อีก 20%
    active skill area of effect radius +% final [200]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/RockGolem/RockGolem"
    
    DiesAfterTime
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/RockGolem/RockGolem"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/RockGolem/RockGolemMinotaur"] = {
        name = "Stone Golem",
        life = 5.25,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.13,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1.4,
        weaponType1 = "One Hand Sword",
        skillList = {
            "RockGolemSlamMinotaur",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RockGolemSlamMinotaur"] = {
        name = "RockGolemSlamMinotaur",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = 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, 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 = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • โกเลมศิลา
    หุ่นกล
    ฟื้นฟูพลังชีวิต 2% ต่อวินาที
    Stone Golem
    SpectreN
    Tagsbludgeoning_weapon, construct, fast_movement, has_one_hand_sword, has_one_handed_melee, melee, mud_blood, not_int, physical_affinity, small_height, stone_armour
    พลังชีวิต
    725%
    เกราะ
    +60%
    การหลบหลีก
    +40%
    Ailment Threshold
    725%
    ค่าต้านทาน
    40 40 40 20
    Damage
    270%
    ความแม่นยำ
    340%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    8 ~ 10
    Attack Time
    1 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    100%
    Type
    RockGolemSummoned
    Metadata
    RockGolemSummonedMiracle
    IsSummoned
    Y
    เลเวล
    68
    พลังชีวิต
    46,642
    เกราะ
    46,064
    การหลบหลีก
    6,635
    โล่พลังงาน
    0
    Damage
    1,009
    ความเสียหายเวท
    1,009
    ความแม่นยำ
    986
    Attack Time
    1
    ค่าประสบการณ์
    15,383
    Ailment Threshold
    46,642
    Chill
    147
    Shock
    147
    Brittle
    834
    Scorch
    147
    Sap
    407
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 807–1210
    โอกาสคริติคอล: 5%
    Attack Time: 1 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    RockGolemSlam
    Attack, Area, Triggerable
    Base Damage: 807–1210
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 200%
    ความเสียหายโจมตี: 200%
    Attack Time: 1 วินาที
    คูลดาวน์: 4 วินาที
    มีโอกาสสร้างสถานะ ยั่วยุ 33% เมื่อปะทะ
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 100%
    ลดความเร็วในการโจมตี อีก 20%
    active skill area of effect radius +% final [200]
    is area damage [1]
    RockGolemMinionWhirlingBlades
    Attack, Melee, Movement, Travel
    รำมีดพุ่ง (Whirling Blades)
    Base Damage: 807–1210
    โอกาสคริติคอล: 5%
    Attack Time: 1 วินาที
    คูลดาวน์: 6 วินาที
    พุ่งผ่านศัตรู สร้างความเสียหายด้วยอาวุธ หากถือ อาวุธคู่ จะโจมตีด้วยอาวุธทั้งสองแล้วสร้างความเสียหายจากอาวุธทั้งสองพร้อมกันในการปะทะครั้งเดียว ใช้ได้กับมีด, กรงเล็บ, ดาบมือเดียว เท่านั้น สกิลนี้ไม่สามารถเสริมด้วย Multistrike ได้
    ลดความเร็วในการโจมตี อีก 25%
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    skill sound variation [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems_miracle/phys.epk );"
    }
    
    Render
    {
        //turn_duration = 0.5
    	fade_arrows = true
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems_miracle/phys.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/RockGolem/RockGolemSummonedMiracle"] = {
        name = "Stone Golem",
        life = 7.25,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 2.7,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 10,
        accuracy = 3.4,
        weaponType1 = "One Hand Sword",
        skillList = {
            "RockGolemSlam",
            "RockGolemMinionWhirlingBlades",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RockGolemSlam"] = {
        name = "RockGolemSlam",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "chance_to_taunt_on_hit_%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-20, 33, 200, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RockGolemMinionWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.43,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_sound_variation",
            "active_skill_attack_speed_+%_final",
            "monster_flurry",
            "cast_time_overrides_attack_duration",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {1, -25, 1, 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 = { }, },
        },
    }
    
    ฟื้นฟูพลังชีวิต 2% ต่อวินาที
    IdSummonedGolemLifeRegenerationStone
    FamilyLifeRegenerationRatePercentage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 120 Max: 120 Global
  • Craft Tagsresource life
    โกเลมศิลา
    หุ่นกล
    ฟื้นฟูพลังชีวิต 2% ต่อวินาที
    Stone Golem
    SpectreN
    Tagsbludgeoning_weapon, construct, fast_movement, has_one_hand_sword, has_one_handed_melee, melee, mud_blood, not_int, physical_affinity, stone_armour
    พลังชีวิต
    725%
    เกราะ
    +60%
    การหลบหลีก
    +40%
    Ailment Threshold
    725%
    ค่าต้านทาน
    40 40 40 20
    Damage
    270%
    ความแม่นยำ
    340%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    8 ~ 10
    Attack Time
    1 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    100%
    Type
    RockGolemSummoned
    Metadata
    RockGolemSummonedLightbringer
    IsSummoned
    Y
    เลเวล
    68
    พลังชีวิต
    46,642
    เกราะ
    46,064
    การหลบหลีก
    6,635
    โล่พลังงาน
    0
    Damage
    1,009
    ความเสียหายเวท
    1,009
    ความแม่นยำ
    986
    Attack Time
    1
    ค่าประสบการณ์
    15,383
    Ailment Threshold
    46,642
    Chill
    147
    Shock
    147
    Brittle
    834
    Scorch
    147
    Sap
    407
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 807–1210
    โอกาสคริติคอล: 5%
    Attack Time: 1 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    RockGolemSlam
    Attack, Area, Triggerable
    Base Damage: 807–1210
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 200%
    ความเสียหายโจมตี: 200%
    Attack Time: 1 วินาที
    คูลดาวน์: 4 วินาที
    มีโอกาสสร้างสถานะ ยั่วยุ 33% เมื่อปะทะ
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 100%
    ลดความเร็วในการโจมตี อีก 20%
    active skill area of effect radius +% final [200]
    is area damage [1]
    RockGolemMinionWhirlingBlades
    Attack, Melee, Movement, Travel
    รำมีดพุ่ง (Whirling Blades)
    Base Damage: 807–1210
    โอกาสคริติคอล: 5%
    Attack Time: 1 วินาที
    คูลดาวน์: 6 วินาที
    พุ่งผ่านศัตรู สร้างความเสียหายด้วยอาวุธ หากถือ อาวุธคู่ จะโจมตีด้วยอาวุธทั้งสองแล้วสร้างความเสียหายจากอาวุธทั้งสองพร้อมกันในการปะทะครั้งเดียว ใช้ได้กับมีด, กรงเล็บ, ดาบมือเดียว เท่านั้น สกิลนี้ไม่สามารถเสริมด้วย Multistrike ได้
    ลดความเร็วในการโจมตี อีก 25%
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    skill sound variation [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems_lightbringer/fx/stone/stone.epk );"
    }
    
    Render
    {
        //turn_duration = 0.5
    	fade_arrows = true
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems_lightbringer/fx/stone/stone.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/RockGolem/RockGolemSummonedLightbringer"] = {
        name = "Stone Golem",
        life = 7.25,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 2.7,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 10,
        accuracy = 3.4,
        weaponType1 = "One Hand Sword",
        skillList = {
            "RockGolemSlam",
            "RockGolemMinionWhirlingBlades",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RockGolemSlam"] = {
        name = "RockGolemSlam",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "chance_to_taunt_on_hit_%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-20, 33, 200, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RockGolemMinionWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.43,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_sound_variation",
            "active_skill_attack_speed_+%_final",
            "monster_flurry",
            "cast_time_overrides_attack_duration",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {1, -25, 1, 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 = { }, },
        },
    }
    
    ฟื้นฟูพลังชีวิต 2% ต่อวินาที
    IdSummonedGolemLifeRegenerationStone
    FamilyLifeRegenerationRatePercentage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 120 Max: 120 Global
  • Craft Tagsresource life
    โกเลมศิลา
    หุ่นกล
    ฟื้นฟูพลังชีวิต 2% ต่อวินาที
    Stone Golem
    SpectreN
    Tagsbludgeoning_weapon, construct, fast_movement, has_one_hand_sword, has_one_handed_melee, melee, mud_blood, not_int, physical_affinity, stone_armour
    พลังชีวิต
    725%
    เกราะ
    +60%
    การหลบหลีก
    +40%
    Ailment Threshold
    725%
    ค่าต้านทาน
    40 40 40 20
    Damage
    270%
    ความแม่นยำ
    340%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    8 ~ 10
    Attack Time
    1 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    100%
    Type
    RockGolemSummoned
    Metadata
    RockGolemSummonedDarkshard
    IsSummoned
    Y
    เลเวล
    68
    พลังชีวิต
    46,642
    เกราะ
    46,064
    การหลบหลีก
    6,635
    โล่พลังงาน
    0
    Damage
    1,009
    ความเสียหายเวท
    1,009
    ความแม่นยำ
    986
    Attack Time
    1
    ค่าประสบการณ์
    15,383
    Ailment Threshold
    46,642
    Chill
    147
    Shock
    147
    Brittle
    834
    Scorch
    147
    Sap
    407
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 807–1210
    โอกาสคริติคอล: 5%
    Attack Time: 1 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    RockGolemSlam
    Attack, Area, Triggerable
    Base Damage: 807–1210
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 200%
    ความเสียหายโจมตี: 200%
    Attack Time: 1 วินาที
    คูลดาวน์: 4 วินาที
    มีโอกาสสร้างสถานะ ยั่วยุ 33% เมื่อปะทะ
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 100%
    ลดความเร็วในการโจมตี อีก 20%
    active skill area of effect radius +% final [200]
    is area damage [1]
    RockGolemMinionWhirlingBlades
    Attack, Melee, Movement, Travel
    รำมีดพุ่ง (Whirling Blades)
    Base Damage: 807–1210
    โอกาสคริติคอล: 5%
    Attack Time: 1 วินาที
    คูลดาวน์: 6 วินาที
    พุ่งผ่านศัตรู สร้างความเสียหายด้วยอาวุธ หากถือ อาวุธคู่ จะโจมตีด้วยอาวุธทั้งสองแล้วสร้างความเสียหายจากอาวุธทั้งสองพร้อมกันในการปะทะครั้งเดียว ใช้ได้กับมีด, กรงเล็บ, ดาบมือเดียว เท่านั้น สกิลนี้ไม่สามารถเสริมด้วย Multistrike ได้
    ลดความเร็วในการโจมตี อีก 25%
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    skill sound variation [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems_darkshard/fx/stone/stone.epk );"
    }
    
    Render
    {
        //turn_duration = 0.5
    	fade_arrows = true
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems_darkshard/fx/stone/stone.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/RockGolem/RockGolemSummonedDarkshard"] = {
        name = "Stone Golem",
        life = 7.25,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 2.7,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 10,
        accuracy = 3.4,
        weaponType1 = "One Hand Sword",
        skillList = {
            "RockGolemSlam",
            "RockGolemMinionWhirlingBlades",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RockGolemSlam"] = {
        name = "RockGolemSlam",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "chance_to_taunt_on_hit_%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-20, 33, 200, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RockGolemMinionWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.43,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_sound_variation",
            "active_skill_attack_speed_+%_final",
            "monster_flurry",
            "cast_time_overrides_attack_duration",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {1, -25, 1, 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 = { }, },
        },
    }
    
    ฟื้นฟูพลังชีวิต 2% ต่อวินาที
    IdSummonedGolemLifeRegenerationStone
    FamilyLifeRegenerationRatePercentage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 120 Max: 120 Global
  • Craft Tagsresource life
    Edit

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