火岩石像鬼
創造物
20% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
Igneous Gargoyle
幽魂Y
幽魂 取代Metadata/Monsters/LeagueSanctum/Fodder/GargoyleMediumSpectre
標籤construct, mud_blood, no_pantheon_mod, not_dex, not_int, sanctum_monster, slow_movement, stone_construct
生命
300%
護甲值
+100%
異常狀態臨界值
300%
抗性
35 35 35 20
傷害
75%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 14
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
150%
Model Size
100%
類型
SanctumGargoyleMedium
Metadata
GargoyleMedium
等級
68
生命
19,300
護甲值
57,580
閃避值
4,739
傷害
280
法術傷害
280
命中
580
攻擊間隔
1.5
經驗值
15,383
召喚物生命
4,186
召喚物傷害
224
異常狀態臨界值
19,300
冰緩
61
感電
61
易碎
345
焦灼
61
殘喘
169
MeleeAtAnimationSpeedUniqueSanctum
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 224–336
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
action attack or cast time uses animation length [1]
base sanctum damage [30]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
DTTSanctumMediumGargoyleLeapSlam
法術, 位移
施放時間: 3.32 秒
冷卻時間: 8 秒
leap slam minimum distance [30]
spell maximum action distance +% [-30]
GASanctumMediumGargoyleLeapImpact
可觸發, 攻擊
基本傷害: 224–336
暴擊率: 5%
攻擊傷害: 120%
攻擊間隔: 1.5 秒
造成20%更多攻擊傷害
base sanctum damage [20]
is area damage [1]
GASanctumMediumGargoyleLeapImpactCascade
可觸發, 攻擊
基本傷害: 224–336
暴擊率: 5%
攻擊傷害: 140%
攻擊間隔: 1.5 秒
造成40%更多攻擊傷害
base sanctum damage [30]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueSanctum/Fodder/SanctumFodderBase"

Actor
{
	slow_animations_go_to_idle = false
}

Functions
{
	
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueSanctum/Fodder/SanctumFodderBase"

BaseEvents
{
	on_construction_complete = "Delay( 0.1, { Call( FlameSword ); } );"
}

Functions
{
	FlameSword = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Sanctum/GargoyleBoss/epk/G_Sword_infused_fadein.epk, Metadata/Monsters/LeagueSanctum/Boss/Attachments/GargoyleMediumWeaponHeld.ao );"

	UnflameSword =
	"
		RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Sanctum/GargoyleBoss/epk/G_Sword_infused_fadein.epk, Metadata/Monsters/LeagueSanctum/Boss/Attachments/GargoyleMediumWeaponHeld.ao );
		AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Sanctum/GargoyleBoss/epk/G_Sword_infused_fadeout.epk, Metadata/Monsters/LeagueSanctum/Boss/Attachments/GargoyleMediumWeaponHeld.ao );
		Delay( 1.0, { RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Sanctum/GargoyleBoss/epk/G_Sword_infused_fadeout.epk, Metadata/Monsters/LeagueSanctum/Boss/Attachments/GargoyleMediumWeaponHeld.ao ); } );
	"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueSanctum/Fodder/GargoyleMedium"] = {
    name = "Igneous Gargoyle",
    life = 3,
    fireResist = 35,
    coldResist = 35,
    lightningResist = 35,
    chaosResist = 20,
    damage = 0.75,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "Shield",
    skillList = {
        "MeleeAtAnimationSpeedUniqueSanctum",
        "GASanctumMediumGargoyleLeapImpact",
        "GASanctumMediumGargoyleLeapImpactCascade",
        "DTTSanctumMediumGargoyleLeapSlam",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUniqueSanctum"] = {
    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 = {
        "base_sanctum_damage",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GASanctumMediumGargoyleLeapImpact"] = {
    name = "GASanctumMediumGargoyleLeapImpact",
    hidden = true,
    color = "4",
    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 = {
        "base_sanctum_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {20, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GASanctumMediumGargoyleLeapImpactCascade"] = {
    name = "GASanctumMediumGargoyleLeapImpactCascade",
    hidden = true,
    color = "4",
    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 = {
        "base_sanctum_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {30, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DTTSanctumMediumGargoyleLeapSlam"] = {
    name = "DTTSanctumMediumGargoyleLeapSlam",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.32,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "leap_slam_minimum_distance",
        "spell_maximum_action_distance_+%",
    },
    levels = {
        [1] = {30, -30, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
20% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
FamilyMonsterBlockAndBypass
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    Stats.global_always_hit1
    Stats.cannot_be_blocked_or_dodged_or_suppressed1
    Stats.projectiles_cannot_be_avoided1
    Stats.sanctum_damage_variance_%20
    Stats.base_sanctum_gold_to_drop6
    Stats.base_sanctum_gold_piles2
    Stats.additional_life_scaling_index13
    Stats.monster_slain_experience_+%800
    Stats.monster_dropped_item_quantity_+%1300
    Stats.monster_slain_flask_charges_granted_+%500
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue, false, false
    火岩石像鬼
    創造物
    20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    Igneous Gargoyle
    幽魂Y
    幽魂 取代Metadata/Monsters/LeagueSanctum/Fodder/GargoyleMediumSpectre
    標籤construct, mud_blood, no_pantheon_mod, not_dex, not_int, sanctum_monster, slow_movement, stone_construct
    生命
    300%
    護甲值
    +100%
    異常狀態臨界值
    300%
    抗性
    35 35 35 20
    傷害
    75%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 14
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    100%
    類型
    SanctumGargoyleMedium
    Metadata
    GargoyleMediumEmerge_
    等級
    68
    生命
    19,300
    護甲值
    57,580
    閃避值
    4,739
    傷害
    280
    法術傷害
    280
    命中
    580
    攻擊間隔
    1.5
    經驗值
    15,383
    召喚物生命
    4,186
    召喚物傷害
    224
    異常狀態臨界值
    19,300
    冰緩
    61
    感電
    61
    易碎
    345
    焦灼
    61
    殘喘
    169
    MeleeAtAnimationSpeedSanctum
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 224–336
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    action attack or cast time uses animation length [1]
    base sanctum damage [15]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueSanctum/Fodder/SanctumFodderBase"
    
    Actor
    {
    	slow_animations_go_to_idle = false
    }
    
    Functions {}
    
    StateMachine
    {
    	define_shared_state = "statue;"
    	on_state_statue_1 = "ResumeAnimation();"
    }
    
    BaseEvents
    {
    	on_construction_complete =
    	"
    		DoRandom( { PlayAnimation( attack_01 ); }, { PlayAnimation( attack_02 ); } );
    		SetCurrentAnimationPosition( Random( 0.1, 0.7 ), 1 );
    		PauseAnimation();
    	"
    }
    
    Stats
    {
    	set_monster_no_drops_or_experience = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueSanctum/Fodder/SanctumFodderBase"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Sanctum/LyciaBoss/epk/petrify.epk );"
    }
    
    StateMachine
    {
    	on_state_statue_1 =
    	"
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Sanctum/LyciaBoss/epk/petrify_statue_break.epk );
    		Delay( 1.0, { RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Sanctum/LyciaBoss/epk/petrify_statue_break.epk ); } );
    	"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Sanctum/LyciaBoss/epk/petrify.epk"
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Sanctum/LyciaBoss/epk/petrify_statue_break.epk"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueSanctum/Fodder/GargoyleMediumEmerge_"] = {
        name = "Igneous Gargoyle",
        life = 3,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 0.75,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeedSanctum",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedSanctum"] = {
        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 = {
            "base_sanctum_damage",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    火岩石像鬼
    創造物
    20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    Igneous Gargoyle
    幽魂Y
    標籤construct, mud_blood, no_pantheon_mod, not_dex, not_int, sanctum_monster, slow_movement, stone_construct
    生命
    300%
    護甲值
    +100%
    異常狀態臨界值
    300%
    抗性
    35 35 35 20
    傷害
    75%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 14
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    100%
    類型
    SanctumGargoyleMedium
    Metadata
    GargoyleMediumSpectre
    等級
    68
    生命
    19,300
    護甲值
    57,580
    閃避值
    4,739
    傷害
    280
    法術傷害
    280
    命中
    580
    攻擊間隔
    1.5
    經驗值
    15,383
    召喚物生命
    4,186
    召喚物傷害
    224
    異常狀態臨界值
    19,300
    冰緩
    61
    感電
    61
    易碎
    345
    焦灼
    61
    殘喘
    169
    MeleeAtAnimationSpeedUniqueSanctum
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 224–336
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    action attack or cast time uses animation length [1]
    base sanctum damage [30]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    DTTSanctumMediumGargoyleLeapSlam
    法術, 位移
    施放時間: 3.32 秒
    冷卻時間: 8 秒
    leap slam minimum distance [30]
    spell maximum action distance +% [-30]
    GASanctumMediumGargoyleLeapImpact
    可觸發, 攻擊
    基本傷害: 224–336
    暴擊率: 5%
    攻擊傷害: 120%
    攻擊間隔: 1.5 秒
    造成20%更多攻擊傷害
    base sanctum damage [20]
    is area damage [1]
    GASanctumMediumGargoyleLeapImpactCascade
    可觸發, 攻擊
    基本傷害: 224–336
    暴擊率: 5%
    攻擊傷害: 140%
    攻擊間隔: 1.5 秒
    造成40%更多攻擊傷害
    base sanctum damage [30]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueSanctum/Fodder/SanctumFodderBase"
    
    Actor
    {
    	slow_animations_go_to_idle = false
    }
    
    Functions
    {
    	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueSanctum/Fodder/SanctumFodderBase"
    
    BaseEvents
    {
    	on_construction_complete = "Delay( 0.1, { Call( FlameSword ); } );"
    }
    
    Functions
    {
    	FlameSword = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Sanctum/GargoyleBoss/epk/G_Sword_infused_fadein.epk, Metadata/Monsters/LeagueSanctum/Boss/Attachments/GargoyleMediumWeaponHeld.ao );"
    
    	UnflameSword =
    	"
    		RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Sanctum/GargoyleBoss/epk/G_Sword_infused_fadein.epk, Metadata/Monsters/LeagueSanctum/Boss/Attachments/GargoyleMediumWeaponHeld.ao );
    		AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Sanctum/GargoyleBoss/epk/G_Sword_infused_fadeout.epk, Metadata/Monsters/LeagueSanctum/Boss/Attachments/GargoyleMediumWeaponHeld.ao );
    		Delay( 1.0, { RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Sanctum/GargoyleBoss/epk/G_Sword_infused_fadeout.epk, Metadata/Monsters/LeagueSanctum/Boss/Attachments/GargoyleMediumWeaponHeld.ao ); } );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueSanctum/Fodder/GargoyleMediumSpectre"] = {
        name = "Igneous Gargoyle",
        life = 3,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 0.75,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeedUniqueSanctum",
            "GASanctumMediumGargoyleLeapImpact",
            "GASanctumMediumGargoyleLeapImpactCascade",
            "DTTSanctumMediumGargoyleLeapSlam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUniqueSanctum"] = {
        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 = {
            "base_sanctum_damage",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASanctumMediumGargoyleLeapImpact"] = {
        name = "GASanctumMediumGargoyleLeapImpact",
        hidden = true,
        color = "4",
        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 = {
            "base_sanctum_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {20, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASanctumMediumGargoyleLeapImpactCascade"] = {
        name = "GASanctumMediumGargoyleLeapImpactCascade",
        hidden = true,
        color = "4",
        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 = {
            "base_sanctum_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {30, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTSanctumMediumGargoyleLeapSlam"] = {
        name = "DTTSanctumMediumGargoyleLeapSlam",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.32,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "leap_slam_minimum_distance",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {30, -30, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    Edit

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