Tortuga del bosque perfecta
Cadáver
Categoría de monstruo: Bestia
Potencia a su dueño con Bendición de Rongokurai
Su dueño gana un 5% de reducción de daño físico
Lanza Determinación
Haz clic derecho en este objeto para crear este cadáver.
Perfect Guardian Turtle
Tortuga del bosque perfecta TurtleHigh /8
Nombre{Mostrar descripciones completas}
DropLevel 46
BaseType Perfect Guardian Turtle
BaseType Tortuga del bosque perfecta
Class Cadáveres
FlagsAlwaysAllocate
TypeMetadata/Items/ItemisedCorpses/TurtleHigh
IconArt/2DItems/Currency/Azmeri/RongokuraiSpiritTortoiseCorpse
ReferenceCommunity Wiki
Tortuga del bosque perfecta
Bestia
Perfect Guardian Turtle
SpectreY
Tagsbeast, 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
Vida
488%
Armaduras
+300%
Ailment Threshold
488%
Resistencia
20 20 20 0
Damage
173%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 19
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
150%
Model Size
80%
Type
AzmeriTurtle
Metadata
TurtleHigh
Nivel
68
Vida
31,395
Armaduras
115,160
Evasión
4,739
Escudo de energía
0
Damage
646
Daño de hechizos
646
Precisión
290
Attack Time
1.5
Experiencia
15,383
Ailment Threshold
31,395
Chill
99
Shock
99
Brittle
562
Scorch
99
Sap
274
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 517–775
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
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
Buff, Duration, Spell
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 30 seg
La duración base es de 2 segundos
action attack or cast time uses animation length [1]
spell maximum action distance +% [-80]
AzmeriTurtleDetermination
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, AreaSpell, Physical, CanHaveBlessing, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Determinación
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 0.5 seg
Proyecta un aura que otorga armadura a ti y a tus aliados.
Tú y tus aliados cercanos ganan 2198 de armadura adicional
Tú y tus aliados cercanos ganan un 30% más de armadura
active skill area of effect radius +% final [50]
base deal no damage [1]
AzmeriTurtleDeterminationHardMode
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Instant, AreaSpell, Physical, CanHaveBlessing, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Determinación
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 0.5 seg
Proyecta un aura que otorga armadura a ti y a tus aliados.
Tú y tus aliados cercanos ganan un 50% más de armadura
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.