突变的宝石蛙
野兽
属类: 邪口
组别: 两栖
科目: 水渊
闪避值提高 40%
获得额外火焰伤害, 其数值等同于物理伤害的 25%
获得额外冰霜伤害, 其数值等同于物理伤害的 25%
monster no map drops [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Mutated Croaker
幽魂N
标签amphibian_beast, beast, 施法, cold_affinity, fast_movement, has_one_hand_sword, has_one_handed_melee, large_model, light_armour, medium_height, melee, not_int, not_str, physical_affinity, ranged, red_blood, reptile_beast
生命
220%
闪避值
+50%
异常状态临界值
220%
抗性
30 30 30 20
伤害
170%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 17
攻击间隔
1.005 秒
伤害分布
±20%
经验值
200%
Model Size
104%
类型
GemFrogBossDexMission
Metadata
DexMissionGemFrogBoss
等级
68
生命
14,153
护甲
28,790
闪避值
7,109
能量护盾
0
伤害
635
法术伤害
635
命中
290
攻击间隔
1.005
经验值
20,510
异常状态临界值
14,153
冰缓
45
Shock
45
Brittle
253
Scorch
45
Sap
124
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 508–762
攻击暴击率: 5%
攻击间隔: 1.005 秒
对你的敌人无情痛击。
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]
MonsterArcticBreathInvasion
法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 图腾技能, 地雷技能, 持续时间, 范围, 法术可重复, 可触发, 冰冷, 冰缓区域, 可齐射, 范围法术
电光寒霜
攻击暴击率: 5%
施放间隔: 0.8 秒
冷却时间: 8 秒
射出一个寒冰投射物,在接触到敌人时会爆炸,对该范围敌人造成伤害,产生一片冰缓区域并持续造成伤害。该区域会向周围的敌人蔓延,直到持续时间结束。
造成 926.6 - 1390 冰霜伤害
基础持续时间为 8
额外发射 2 个投射物
投射物速度减慢 50%
基础范围为 1.5
基础次级范围为 1.5
base is projectile [1]
MonsterLeapSlamGroundFireInvasion
攻击, 范围, 近战, 位移, 快行, Slam, 图腾技能
跃击
基本伤害: 508–762
攻击暴击率: 5%
攻击间隔: 1.005 秒
冷却时间: 5 秒
一跃而起,落地时用武器对敌人造成伤害,并击退敌人。被踩到的敌人会被推出去。限定斧类、锤类、短杖、剑类或长杖。无法被多重打击辅助。
伤害总增 50%
基础持续时间为 4
基础范围为 1.5
cast time overrides attack duration [1]
is area damage [1]
leap slam base ground fire damage to deal per minute [56625]
ScavengerBossIceSpearInvasion
法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 冰冷, 可齐射
冰矛
攻击暴击率: 7%
施放间隔: 0.85 秒
快速接连射出寒冰碎片,飞行较短距离后变为第二形态,加快飞行速度并能穿透敌人。
造成 335.7 - 503.5 冰霜伤害
额外发射 2 个投射物
第二型态的暴击率提高 600%
active skill chill duration +% final [78]
base is projectile [1]
spell maximum action distance +% [-25]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Sword"
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
}

Actor
{

}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/GemMonster/DexMissionGemFrogBoss"] = {
    name = "Mutated Croaker",
    life = 2.2,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.7,
    damageSpread = 0.2,
    attackTime = 1.005,
    attackRange = 17,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "MonsterLeapSlamGroundFireInvasion",
        "ScavengerBossIceSpearInvasion",
        "MonsterArcticBreathInvasion",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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["MonsterLeapSlamGroundFireInvasion"] = {
    name = "Leap Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.4,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "leap_slam_base_ground_fire_damage_to_deal_per_minute",
        "active_skill_damage_+%_final",
        "base_skill_effect_duration",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {2.2000000476837, 50, 4000, 15, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ScavengerBossIceSpearInvasion"] = {
    name = "Ice Spear",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.85,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "active_skill_chill_duration_+%_final",
        "spell_maximum_action_distance_+%",
        "ice_spear_second_form_critical_strike_chance_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 9, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 21, statInterpolation = {3, 3},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 24, statInterpolation = {3, 3},  cost = { }, },
        [5] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 27, statInterpolation = {3, 3},  cost = { }, },
        [6] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 30, statInterpolation = {3, 3},  cost = { }, },
        [7] = {0.80000001192093, 1.2000000476837, 2, 78, -25, 600, critChance = 7, levelRequirement = 42, statInterpolation = {3, 3, 1},  cost = { }, },
        [8] = {0.80000001192093, 1.2000000476837, 3, 78, -25, 600, critChance = 7, levelRequirement = 75, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterArcticBreathInvasion"] = {
    name = "Creeping Frost",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Duration] = true,
        [SkillType.Area] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.ChillingArea] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_skill_effect_duration",
        "number_of_additional_projectiles",
        "base_projectile_speed_+%",
        "active_skill_base_area_of_effect_radius",
        "active_skill_base_secondary_area_of_effect_radius",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 3500, 0, -50, 15, 15, levelRequirement = 2, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 4500, 2, -50, 15, 15, critChance = 5, levelRequirement = 37, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 4500, 2, -50, 15, 15, critChance = 5, levelRequirement = 47, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 6000, 2, -50, 15, 15, critChance = 5, levelRequirement = 49, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [5] = {0.80000001192093, 1.2000000476837, 8000, 2, -50, 15, 15, critChance = 5, levelRequirement = 63, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [6] = {0.80000001192093, 1.2000000476837, 8000, 2, -50, 15, 15, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [7] = {0.80000001192093, 1.2000000476837, 10000, 2, -50, 15, 15, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
闪避值提高 40%
IdMonsterImplicitEvading1
FamilyEvasionRatingPercent
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • evasion rating +% Min: 40 Max: 40 全域
  • Craft Tagsdefences evasion
    获得额外火焰伤害, 其数值等同于物理伤害的 25%
    IdMonsterImplicitFire1
    FamilyFireDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    获得额外冰霜伤害, 其数值等同于物理伤害的 25%
    IdMonsterImplicitCold1
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 全域
  • level 33 or lower damage +% final Min: -20 Max: -20 全域
  • Craft Tagsresource life damage
    IdDexMissionCorruptedBeastEffect1
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    mission_beast_corrupted
    Edit

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