完美守護野龜
屍體
怪物種類: 野獸
持有者被隆格庫萊的恩賜增益
持有者獲得 5% 物理傷害減免
施放堅定
右鍵點擊此物品來製造屍體。
Perfect Guardian Turtle
完美守護野龜 TurtleHigh /8
名字顯示物品素質
DropLevel 46
BaseType Perfect Guardian Turtle
BaseType 完美守護野龜
Class 屍體
FlagsAlwaysAllocate
TypeMetadata/Items/ItemisedCorpses/TurtleHigh
IconArt/2DItems/Currency/Azmeri/RongokuraiSpiritTortoiseCorpse
ReferenceCommunity Wiki
完美守護野龜
野獸
Perfect Guardian Turtle
幽魂Y
標籤beast, bludgeoning_weapon, has_one_hand_mace, has_one_handed_melee, large_model, light_armour, medium_height, melee, not_dex, not_int, physical_affinity, red_blood, reptile_beast, very_slow_movement
生命
488%
護甲
+300%
異常狀態臨界值
488%
抗性
20 20 20 0
傷害
173%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 19
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
150%
Model Size
80%
類型
AzmeriTurtle
Metadata
TurtleHigh
等級
68
生命
31,395
護甲
115,160
閃避
4,739
能量護盾
0
傷害
646
法術傷害
646
命中
290
攻擊間隔
1.5
經驗值
15,383
異常狀態臨界值
31,395
冰緩
99
感電
99
易碎
562
焦灼
99
殘喘
274
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 517–775
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
ABTTAzmeriTurtleInvulnerability
增益, 持續時間, 法術
施放時間: 1 秒
冷卻時間: 30 秒
+2 秒基礎持續時間
action attack or cast time uses animation length [1]
spell maximum action distance +% [-80]
AzmeriTurtleDetermination
法術, 範圍, 增益, 消耗保留, 圖騰施放單獨, 圖騰技能, 光環, 立即, 範圍法術, 物理, 可祝福, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, 冷卻
堅定
施放時間: 1 秒
冷卻時間: 0.5 秒
施放一個光環,使你與受光環影響友方獲得額外的護甲。
你與附近的隊友獲得 2198 額外護甲
你與附近的隊友獲得 30% 更多護甲
active skill area of effect radius +% final [50]
base deal no damage [1]
AzmeriTurtleDeterminationHardMode
法術, 範圍, 增益, 消耗保留, 圖騰施放單獨, 圖騰技能, 光環, 立即, 範圍法術, 物理, 可祝福, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, 冷卻
堅定
施放時間: 1 秒
冷卻時間: 0.5 秒
施放一個光環,使你與受光環影響友方獲得額外的護甲。
你與附近的隊友獲得 50% 更多護甲
active skill area of effect radius +% final [50]
base deal no damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAzmeri/SpecialCorpses/TurtleHigh"] = {
    name = "Perfect Guardian Turtle",
    life = 4.88,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1.73,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 19,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "AzmeriTurtleDetermination",
        "AzmeriTurtleDeterminationHardMode",
        "ABTTAzmeriTurtleInvulnerability",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
    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",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriTurtleDetermination"] = {
    name = "Determination",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Casts an aura that grants armour to you and your allies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Buff] = true,
        [SkillType.HasReservation] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.Totemable] = true,
        [SkillType.Aura] = true,
        [SkillType.Instant] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Physical] = true,
        [SkillType.CanHaveBlessing] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "aura_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        aura = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_physical_damage_reduction_rating",
        "active_skill_area_of_effect_radius_+%_final",
        "determination_aura_armour_+%_final",
        "base_deal_no_damage",
    },
    levels = {
        [1] = {1, 50, 30, levelRequirement = 0, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriTurtleDeterminationHardMode"] = {
    name = "Determination",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Casts an aura that grants armour to you and your allies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Buff] = true,
        [SkillType.HasReservation] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.Totemable] = true,
        [SkillType.Aura] = true,
        [SkillType.Instant] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Physical] = true,
        [SkillType.CanHaveBlessing] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "aura_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        aura = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_area_of_effect_radius_+%_final",
        "determination_aura_armour_+%_final",
        "base_deal_no_damage",
    },
    levels = {
        [1] = {50, 50, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ABTTAzmeriTurtleInvulnerability"] = {
    name = "ABTTAzmeriTurtleInvulnerability",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Buff] = true,
        [SkillType.Duration] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
        "base_skill_effect_duration",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {-80, 2000, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Edit

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