Mamba da Clareira
Bestial
Espécie: Rhoas
Grupo: Répteis
Família: Deserticos
30% do Dano Físico Convertido em Dano de Caos
Glade Mamba
SpectreY
AreaMatagal Horrendo, Jardins Imperiais, Matagal Horrendo, Laboratório Eterno, Complexo Inundado, Complexo Inundado, O Lago de Kalandra
Tagsbeast, has_dagger, has_one_handed_melee, light_armour, medium_movement, medium_small_height, not_int, physical_affinity, ranged, red_blood, reptile_beast
Packs
  • Laboratório Eterno: Arqueiro Atormentado, Mamba da Clareira
  • WorldAreas#1372: Mamba da Clareira
  • WorldAreas#1373: Mamba da Clareira
  • Mamba da Clareira
  • Vida
    94%
    Armadura
    +15%
    Evasão
    +15%
    Ailment Threshold
    94%
    Resistência
    30 0 0 30
    Damage
    100%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.095 Second
    Damage Spread
    ±20%
    Experiência
    125%
    Model Size
    100%
    Type
    Snake
    Metadata
    SnakeSpit
    Nível
    68
    Vida
    6,047
    Armadura
    33,109
    Evasão
    5,450
    Escudo de Energia
    0
    Damage
    374
    Dano Mágico
    374
    Precisão
    290
    Attack Time
    1.095
    Experiência
    12,819
    Ailment Threshold
    6,047
    Chill
    19
    Shock
    19
    Brittle
    108
    Scorch
    19
    Sap
    53
    SnakeProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 299–448
    Chance de Crítico: 5%
    Attack Time: 1.095 seg
    base is projectile [1]
    monster projectile variation [1]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Snake/SnakeSpit"] = {
        name = "Glade Mamba",
        life = 0.94,
        fireResist = 30,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 30,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.095,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "SnakeProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SnakeProjectile"] = {
        name = "SnakeProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {1, -60, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    30% do Dano Físico Convertido em Dano de Caos
    IdMonsterSnakeChaos
    FamilyChaosDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to chaos Min: 30 Max: 30 Global
  • Craft Tagsphysical_damage chaos_damage damage physical chaos
    Edit

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