夏季之灵
野兽
移动速度减慢 25%
monster no map drops [1]
monster no drops or experience [1]
monster do not fracture [1]
Soul of Summer
幽魂N
标签animal_claw_weapon, beast, 施法, fast_movement, fire_affinity, flesh_armour, has_claw, has_one_handed_melee, mammal_beast, medium_height, melee, not_int, not_str, physical_affinity, primate_beast, red_blood
生命
200%
闪避值
+15%
异常状态临界值
200%
抗性
30 30 30 20
伤害
100%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 7
攻击间隔
1.005 秒
伤害分布
±20%
经验值
100%
Model Size
156%
类型
BloodMonkeyTalismanSummoned
Metadata
TalismanFireMonkey
等级
68
生命
12,867
护甲
28,790
闪避值
5,450
能量护盾
0
伤害
374
法术伤害
374
命中
290
攻击间隔
1.005
经验值
10,255
异常状态临界值
12,867
冰缓
41
Shock
41
Brittle
230
Scorch
41
Sap
112
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 299–448
攻击暴击率: 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]
FireNovaTalismanMonkey
法术, 伤害, 可触发, 范围, 火焰, 法术可重复, 遥控地雷, 范围法术, 消耗保留
火焰新星地雷
施放间隔: 0.4 秒
冷却时间: 7 秒
设置一个遥控地雷, 引爆时施放数道火焰新星. 同一个地雷所施放出的数道火焰新星, 每道的伤害会比前一道高.
你的击中不能眩晕敌人
技能可重复施放 6
造成 448.2 - 672.4 火焰伤害
施法速度加快 80%
每次重复会使击中伤害和异常状态伤害总增 30%
active skill area of effect radius +% final [-20]
is area damage [1]
TalismanMonkeyMoltenStrike
攻击, 投射物, 范围, 近战, 近战单一目标, 火焰, 范围攻击, ProjectilesNotFromUser, ThresholdJewelChaining, 攻击可重复
熔岩之击
基本伤害: 299–448
攻击暴击率: 5%
攻击间隔: 1.005 秒
给武器灌注熔岩之力,对敌人造成物理及火焰伤害,并从击中的敌人身上发射出熔岩球,射向该攻击击中的所有敌人。这些熔岩球着地时对敌人造成范围伤害。
伤害总增 20%
额外发射 4 个投射物
将物理伤害的 60% 转化为火焰伤害
投射物速度减慢 25%
投射物伤害减少 40%
base is projectile [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "Claw"
	off_hand_unarmed_type = "Shield"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
	on_death = "DetachAllContainingText( ice ); RemoveEffects( );"
	on_spawned_dead = "DetachAllContainingText( ice ); RemoveEffects( );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Talisman/TalismanFireMonkey"] = {
    name = "Soul of Summer",
    life = 2,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.005,
    attackRange = 7,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "TalismanMonkeyMoltenStrike",
        "FireNovaTalismanMonkey",
    },
    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["TalismanMonkeyMoltenStrike"] = {
    name = "Molten Strike",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Infuses your melee weapon with molten energies to attack with physical and fire damage. This attack causes balls of molten magma to launch forth from the enemies you hit, divided amongst all enemies hit by the strike. These will deal area attack damage to enemies where they land.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Fire] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.ProjectilesNotFromUser] = true,
        [SkillType.ThresholdJewelChaining] = true,
        [SkillType.Multistrikeable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_additional_projectiles",
        "skill_physical_damage_%_to_convert_to_fire",
        "active_skill_damage_+%_final",
        "active_skill_projectile_damage_+%_final",
        "base_projectile_speed_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {2, 60, 20, -40, -25, levelRequirement = 28, statInterpolation = {1},  cost = { }, },
        [2] = {3, 60, 20, -40, -25, levelRequirement = 47, statInterpolation = {1},  cost = { }, },
        [3] = {4, 60, 20, -40, -25, levelRequirement = 61, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FireNovaTalismanMonkey"] = {
    name = "Fire Nova Mine",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Lay a remote mine that you can detonate to create a series of fire novas. Each sequential nova from the same mine will do higher damage than the previous.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Area] = true,
        [SkillType.Fire] = true,
        [SkillType.Multicastable] = true,
        [SkillType.RemoteMined] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.HasReservation] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.4,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "skill_repeat_count",
        "base_cast_speed_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "fire_nova_damage_+%_per_repeat_final",
        "is_area_damage",
        "cannot_stun",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 3, 20, -30, 30, levelRequirement = 3, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 4, 40, -30, 30, levelRequirement = 14, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 5, 60, -30, 30, levelRequirement = 36, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 5, 60, -20, 30, levelRequirement = 41, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [5] = {0.80000001192093, 1.2000000476837, 6, 80, -20, 30, levelRequirement = 65, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [6] = {0.80000001192093, 1.2000000476837, 6, 80, -10, 30, levelRequirement = 70, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [7] = {0.80000001192093, 1.2000000476837, 6, 80, 30, levelRequirement = 78, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
移动速度减慢 25%
IdMonsterImplicitAuraSlow1
FamilyMonsterAura
Domains怪物 (3)
GenerationType传奇 (3)
Req. level4 (Effective: 3)
Stats
  • base movement velocity +% Min: -25 Max: -25 全域
  • Craft Tagsspeed
    缓速光环
    范围: 40
    周围的敌军被缓速
    增益效果使移动速度减慢 25%
    Slow Aura
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • monster do not fracture [1]
    IdMonsterDoNotFracture
    FamilyMonsterDoNotFracture
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster do not fracture Min: 1 Max: 1 全域
  • Edit

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