Mamba del claro
Bestia
Género: Rhoas
Grupo: Reptiles
Familia: Las Arenas
El 30% del daño físico se convierte en daño de caos
Glade Mamba
SpectreY
AreaEl Matorral Pavoroso, Los Jardines Imperiales, El Matorral Pavoroso, El Laboratorio Eterno, Complejo Inundado, Complejo Inundado, 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
  • El Matorral Pavoroso: Mamba del claro
  • Los Jardines Imperiales: Mamba del claro
  • El Matorral Pavoroso: Mamba del claro
  • El Laboratorio Eterno: Mamba del claro
  • WorldAreas#1377: Mamba del claro
  • WorldAreas#1378: Mamba del claro
  • Mamba del claro
  • Vida
    94%
    Armadura
    +15%
    Evasión
    +15%
    Ailment Threshold
    94%
    Resistencia
    30 0 0 30
    Damage
    100%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.095 Second
    Damage Spread
    ±20%
    Experiencia
    125%
    Model Size
    100%
    Type
    Snake
    Metadata
    SnakeSpit
    Nivel
    68
    Vida
    6,047
    Armadura
    33,109
    Evasión
    5,450
    Escudo de energía
    0
    Damage
    374
    Daño de hechizos
    374
    Precisión
    290
    Attack Time
    1.095
    Experiencia
    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
    Probabilidad de golpe 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 = { }, },
        },
    }
    
    El 30% del daño físico se convierte en daño de caos
    IdMonsterSnakeChaos
    FamilyChaosDamageAsPortionOfDamage
    Domainsmonstruo (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.