Tartaruga Guardiã
        
    Cadáver
Categoria do Monstro:  Bestial
Bestial
 Bestial
BestialBuffa o Dono com Dádiva de Rongokurai
Dono ganha 5% de Redução do Dano Físico
        
            Clique com o botão direito neste item para criar seu cadáver.
        
        
            Guardian Turtle
        
     
        Tartaruga Guardiã TurtleMid /8
| Nome | Exibir Descrições Completas | 
|---|---|
| DropLevel | 24 | 
| BaseType | Guardian Turtle | 
| BaseType | Tartaruga Guardiã | 
| Class | Patuá | 
| Flags | AlwaysAllocate | 
| Type | Metadata/Items/ItemisedCorpses/TurtleMid | 
| Icon | Art/2DItems/Currency/Azmeri/RongokuraiSpiritTortoiseCorpse | 
| Reference | Community Wiki | 
[
    {
        "version": "2",
        "abstract": true,
        "extends": "Metadata/Items/Item",
        "Base": [
            [
                "description_text",
                "ItemDescriptionItemisedCorpse"
            ]
        ],
        "Usable": [
            [
                "use_type",
                "Usable"
            ],
            [
                "action",
                "spawn_itemised_corpse"
            ]
        ],
        "filename": "Metadata/Items/ItemisedCorpse/AbstractItemisedCorpse"
    },
    {
        "version": "2",
        "abstract": true,
        "extends": "nothing",
        "Base": [
            [
                "base_level",
                "1"
            ],
            [
                "tag",
                "default"
            ]
        ],
        "filename": "Metadata/Items/Item"
    }
]
            Tartaruga Guardiã
        
     Bestial
Bestial


            Guardian Turtle
        
    | Spectre | Y | 
|---|---|
| Tags | 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 | 
Vida
450%
Armadura
+300%
Ailment Threshold
450%
Resistência
 20
20
 20
20
 20
20
 0
0Damage
173%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 19
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
150%
Model Size
80%
Type
AzmeriTurtle
Metadata
TurtleMid_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
28,950
Armadura
115,160
Evasão
4,739
Damage
646
Dano Mágico
646
Precisão
580
Attack Time
1.5
Experiência
15,383
Minion Life
6,280
Minion Damage
516
Ailment Threshold
28,950
Chill
92
Shock
92
Brittle
518
Scorch
92
Sap
253
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 517–775
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um 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
Tempo de Conjuração: 1 seg
Recarga: 30 seg
Duração base é de 2 segundos
action attack or cast time uses animation length [1]
spell maximum action distance +% [-80]
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/TurtleMid_"] = {
    name = "Guardian Turtle",
    life = 4.5,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1.73,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 19,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "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["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.
    
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.



































