Concubina de Lunaris
Demoníaco
50% do Dano Físico Convertido em Dano de Gelo
Lunaris Concubine
SpectreY
AreaPátio de Lunaris, Templo Lunaris Nível 2, Laboratório Eterno
Tagsdemon, flesh_armour, is_unarmed, medium_height, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood
Packs
  • Laboratório Eterno: Horror Noturno, Concubina de Lunaris, Horror Tardio
  • Laboratório Eterno: Concubina de Lunaris
  • Horror Noturno, Concubina de Lunaris, Horror Tardio
  • Concubina de Lunaris
  • Vida
    96%
    Evasão
    +10%
    Ailment Threshold
    96%
    Resistência
    0 40 0 0
    Damage
    168%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    3 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    DemonRanged2
    Metadata
    DemonFemaleRanged2
    Nível
    68
    Vida
    6,176
    Armadura
    28,790
    Evasão
    5,213
    Escudo de Energia
    0
    Damage
    628
    Dano Mágico
    628
    Precisão
    290
    Attack Time
    3
    Experiência
    12,306
    Ailment Threshold
    6,176
    Chill
    20
    Shock
    20
    Brittle
    110
    Scorch
    20
    Sap
    54
    DemonFemaleRangedProjectile2
    Attack, RangedAttack, Projectile, ProjectilesNotFromUser
    Base Damage: 502–753
    Chance de Crítico: 5%
    Attack Time: 3 seg
    Seus Golpes Críticos não podem Congelar, Eletrizar ou Incendiar Inimigos
    Causa 60% menos Dano
    base is projectile [1]
    monster projectile variation [1]
    monster reverse point blank damage -% at minimum range [30]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge2"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonModular/DemonFemaleRanged2"] = {
        name = "Lunaris Concubine",
        life = 0.96,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.68,
        damageSpread = 0.2,
        attackTime = 3,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "DemonFemaleRangedProjectile2",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DemonFemaleRangedProjectile2"] = {
        name = "DemonFemaleRangedProjectile2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesNotFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "active_skill_damage_+%_final",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "monster_projectile_variation",
            "base_is_projectile",
            "cannot_freeze_shock_ignite_on_critical",
        },
        levels = {
            [1] = {-60, -60, 30, 1, levelRequirement = 60, statInterpolation = {},  cost = { }, },
        },
    }
    
    50% do Dano Físico Convertido em Dano de Gelo
    IdMonsterConvertToColdDamage2
    FamilyColdDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    Concubina de Lunaris
    Demoníaco
    50% do Dano Físico Convertido em Dano de Gelo
    Lunaris Concubine
    SpectreY
    Tagsdemon, flesh_armour, is_unarmed, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood
    Packs
  • Horror Tardio, Horror Noturno, Concubina de Lunaris, Monstruosidade Lunar
  • Vida
    96%
    Evasão
    +10%
    Ailment Threshold
    96%
    Resistência
    0 40 0 0
    Damage
    168%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    3 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    DemonRanged2
    Metadata
    DemonFemaleRanged2Hellscape
    Nível
    68
    Vida
    6,176
    Armadura
    28,790
    Evasão
    5,213
    Escudo de Energia
    0
    Damage
    628
    Dano Mágico
    628
    Precisão
    290
    Attack Time
    3
    Experiência
    12,306
    Ailment Threshold
    6,176
    Chill
    20
    Shock
    20
    Brittle
    110
    Scorch
    20
    Sap
    54
    DemonFemaleRangedProjectile2
    Attack, RangedAttack, Projectile, ProjectilesNotFromUser
    Base Damage: 502–753
    Chance de Crítico: 5%
    Attack Time: 3 seg
    Seus Golpes Críticos não podem Congelar, Eletrizar ou Incendiar Inimigos
    Causa 60% menos Dano
    base is projectile [1]
    monster projectile variation [1]
    monster reverse point blank damage -% at minimum range [30]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge2"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonModular/DemonFemaleRanged2Hellscape"] = {
        name = "Lunaris Concubine",
        life = 0.96,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.68,
        damageSpread = 0.2,
        attackTime = 3,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "DemonFemaleRangedProjectile2",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DemonFemaleRangedProjectile2"] = {
        name = "DemonFemaleRangedProjectile2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesNotFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "active_skill_damage_+%_final",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "monster_projectile_variation",
            "base_is_projectile",
            "cannot_freeze_shock_ignite_on_critical",
        },
        levels = {
            [1] = {-60, -60, 30, 1, levelRequirement = 60, statInterpolation = {},  cost = { }, },
        },
    }
    
    50% do Dano Físico Convertido em Dano de Gelo
    IdMonsterConvertToColdDamage2
    FamilyColdDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    Concubina de Lunaris
    Demoníaco
    50% do Dano Físico Convertido em Dano de Gelo
    Lunaris Concubine
    SpectreY
    AreaTemplo do Crepúsculo
    Tagsdemon, flesh_armour, is_unarmed, medium_height, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood
    Packs
  • Templo do Crepúsculo: Horror Noturno, Concubina de Lunaris, Horror Tardio
  • Templo do Crepúsculo: Concubina de Lunaris
  • Vida
    96%
    Evasão
    +10%
    Ailment Threshold
    96%
    Resistência
    0 40 0 0
    Damage
    168%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    3 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    DemonRanged2
    Metadata
    DemonFemaleRanged2Schism
    Nível
    71
    Vida
    8,431
    Armadura
    36,473
    Evasão
    5,786
    Escudo de Energia
    0
    Damage
    751
    Dano Mágico
    751
    Precisão
    326
    Attack Time
    3
    Experiência
    13,139
    Ailment Threshold
    8,431
    Chill
    27
    Shock
    27
    Brittle
    151
    Scorch
    27
    Sap
    74
    DemonFemaleRangedProjectile2
    Attack, RangedAttack, Projectile, ProjectilesNotFromUser
    Base Damage: 601–902
    Chance de Crítico: 5%
    Attack Time: 3 seg
    Seus Golpes Críticos não podem Congelar, Eletrizar ou Incendiar Inimigos
    Causa 60% menos Dano
    base is projectile [1]
    monster projectile variation [1]
    monster reverse point blank damage -% at minimum range [30]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge2"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonModular/DemonFemaleRanged2Schism"] = {
        name = "Lunaris Concubine",
        life = 0.96,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.68,
        damageSpread = 0.2,
        attackTime = 3,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "DemonFemaleRangedProjectile2",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DemonFemaleRangedProjectile2"] = {
        name = "DemonFemaleRangedProjectile2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesNotFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "active_skill_damage_+%_final",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "monster_projectile_variation",
            "base_is_projectile",
            "cannot_freeze_shock_ignite_on_critical",
        },
        levels = {
            [1] = {-60, -60, 30, 1, levelRequirement = 60, statInterpolation = {},  cost = { }, },
        },
    }
    
    50% do Dano Físico Convertido em Dano de Gelo
    IdMonsterConvertToColdDamage2
    FamilyColdDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    Concubina de Lunaris
    Demoníaco
    50% do Dano Físico Convertido em Dano de Gelo
    Lunaris Concubine
    SpectreY
    AreaPonte do Porto
    Tagsdemon, flesh_armour, is_unarmed, medium_height, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood
    Vida
    96%
    Evasão
    +10%
    Ailment Threshold
    96%
    Resistência
    0 40 0 0
    Damage
    168%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    3 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    DemonRanged2
    Metadata
    DemonFemaleRanged2NewTeam
    Nível
    60
    Vida
    3,550
    Armadura
    15,178
    Evasão
    3,912
    Escudo de Energia
    0
    Damage
    417
    Dano Mágico
    417
    Precisão
    211
    Attack Time
    3
    Experiência
    9,918
    Ailment Threshold
    3,550
    Chill
    11
    Shock
    11
    Brittle
    64
    Scorch
    11
    Sap
    31
    DemonFemaleRangedProjectile2
    Attack, RangedAttack, Projectile, ProjectilesNotFromUser
    Base Damage: 334–501
    Chance de Crítico: 5%
    Attack Time: 3 seg
    Seus Golpes Críticos não podem Congelar, Eletrizar ou Incendiar Inimigos
    Causa 60% menos Dano
    base is projectile [1]
    monster projectile variation [1]
    monster reverse point blank damage -% at minimum range [30]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/DemonFemaleRanged/DemonFemaleRanged"
    
    Positioned 
    { 
    	team = 127
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/DemonFemaleRanged/DemonFemaleRanged"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonModular/DemonFemaleRanged2NewTeam"] = {
        name = "Lunaris Concubine",
        life = 0.96,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.68,
        damageSpread = 0.2,
        attackTime = 3,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "DemonFemaleRangedProjectile2",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DemonFemaleRangedProjectile2"] = {
        name = "DemonFemaleRangedProjectile2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesNotFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "active_skill_damage_+%_final",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "monster_projectile_variation",
            "base_is_projectile",
            "cannot_freeze_shock_ignite_on_critical",
        },
        levels = {
            [1] = {-60, -60, 30, 1, levelRequirement = 60, statInterpolation = {},  cost = { }, },
        },
    }
    
    50% do Dano Físico Convertido em Dano de Gelo
    IdMonsterConvertToColdDamage2
    FamilyColdDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    Edit

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