夏季之靈
野獸
減少 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
感電
41
易碎
230
焦灼
41
殘喘
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.2672.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.