Repulsive Ophidian
SpectreY
AreaSanctuary Map, Citadel Map, Fortress Map, Abomination Map, Ziggurat Map
Tagsbeast, นักเวท, demon, extra_extra_small_height, has_dagger, has_one_handed_melee, medium_movement, melee, metal_armour, not_int, physical_affinity, puncturing_weapon, ranged, red_blood, reptile_beast
Packs
  • Ziggurat Map, Fortress Map, Citadel Map, Abomination Map, Sanctuary Map: Repulsive Ophidian
  • พลังชีวิต
    102%
    เกราะ
    +20%
    การหลบหลีก
    +10%
    Ailment Threshold
    102%
    ค่าต้านทาน
    40 0 0 0
    Damage
    222%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    185%
    Model Size
    100%
    Type
    TasterAtlasUber
    Metadata
    TasterAtlasUber
    เลเวล
    84
    พลังชีวิต
    36,001
    เกราะ
    119,801
    การหลบหลีก
    8,932
    โล่พลังงาน
    0
    Damage
    2,116
    ความเสียหายเวท
    2,116
    ความแม่นยำ
    538
    Attack Time
    1.5
    ค่าประสบการณ์
    24,513
    Ailment Threshold
    36,001
    Chill
    114
    Shock
    114
    Brittle
    644
    Scorch
    114
    Sap
    315
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 1693–2539
    โอกาสคริติคอล: 5%
    Attack Time: 1.5 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    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]
    MMSCrucibleBloodMortarAtlasUber
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    โอกาสคริติคอล: 5%
    เวลาร่าย: 1.66 วินาที
    คูลดาวน์: 5 วินาที
    สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
    สร้างความเสียหาย กายภาพ 1402 ถึง 2102
    ลดความเร็วกระสุน 90%
    base is projectile [1]
    is area damage [1]
    projectile spread radius [5]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    use scaled contact offset [1]
    CGECrucibleBloodGroundAtlasUber
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    เวลาร่าย: 1 วินาที
    สร้างความเสียหาย กายภาพ พื้นฐาน 773.2 ต่อวินาที
    ระยะเวลาพื้นฐาน 4 วินาที
    active skill area of effect radius +% final [-40]
    ground blood art variation [5]
    TarMortarTaster
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    ระเบิดปูพรม (Mortar)
    เวลาร่าย: 1 วินาที
    คูลดาวน์: 4 วินาที
    เหมือนกับสกิล ระเบิดปูพรมของมอนสเตอร์ แต่ทิ้งผลของสกิลไว้ที่พื้นเมื่อกระทบ
    สร้างความเสียหาย กายภาพ 541.4 ถึง 812.2
    ระยะเวลาพื้นฐาน 2 วินาที
    เพิ่มความเร็วกระสุน 33%
    base is projectile [1]
    is area damage [1]
    monster projectile variation [2]
    projectile spread radius [10]
    spell maximum action distance +% [-50]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
        selection_height_override = 130.0
    }
    
    Preload
    {
         preload_animated_object = "Metadata/Effects/Spells/ground_effects_v2/tar/targround_05.ao"
         preload_animated_object = "Metadata/Effects/Spells/ground_effects_v2/tar/targround_02.ao"
         preload_animated_object = "Metadata/Effects/Spells/ground_effects_v2/tar/targround_04.ao"
         preload_animated_object = "Metadata/Effects/Spells/ground_effects_v2/tar/targround_03.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Taster/TasterAtlasUber"] = {
        name = "Repulsive Ophidian",
        life = 1.02,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.22,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MMSCrucibleBloodMortarAtlasUber",
            "TarMortarTaster",
            "CGECrucibleBloodGroundAtlasUber",
        },
        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["MMSCrucibleBloodMortarAtlasUber"] = {
        name = "MMSCrucibleBloodMortarAtlasUber",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.66,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "spell_maximum_action_distance_+%",
            "base_projectile_speed_+%",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, -40, -90, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TarMortarTaster"] = {
        name = "Mortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Like monster mortar skill, but leaves a ground effect on impact.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "projectile_spread_radius",
            "spell_maximum_action_distance_+%",
            "base_skill_effect_duration",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2, 10, -50, 2000, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.87999999523163, 1.3200000524521, 33, 2, 10, -50, 2000, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGECrucibleBloodGroundAtlasUber"] = {
        name = "CGECrucibleBloodGroundAtlasUber",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_physical_damage_to_deal_per_minute",
            "ground_blood_art_variation",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {2.5, 5, -40, 4000, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    
    Edit

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