油腻鸭
构造体
monster no drops or experience [1]
ignite art variation [2]
The Greasy Duck
幽魂N
标签bone_armour, bones, 施法, construct, fire_affinity, ghost, immobile, is_unarmed, not_dex, not_int, slashing_weapon, undead
生命
100%
护甲
+15%
异常状态临界值
100%
抗性
40 40 40 25
伤害
100%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.605 秒
伤害分布
±30%
经验值
100%
Model Size
150%
类型
PirateLordFigurehead
Metadata
PirateLordFigurehead
等级
68
生命
6,433
护甲
33,109
闪避值
4,739
能量护盾
0
伤害
374
法术伤害
374
命中
290
攻击间隔
1.605
经验值
10,255
异常状态临界值
6,433
冰缓
20
Shock
20
Brittle
115
Scorch
20
Sap
56
BrutalPirateLordFigureheadGodzillaBeam
法术, 伤害, 可触发
冷却时间: 5 秒
你的击中不能眩晕敌人
基础持续时间为 3
造成 182.5 - 273.8 火焰伤害
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Positioned
{
	force_placement = true
}

Pathfinding
{
	immobile = true
}

Actor
{
	basic_action = "Emerge"
	slow_animations_go_to_idle = false

}

StateMachine
{
	define_shared_state =
	"
		active;
		lock;
	"

	on_state_lock_1 = "LockOrientation();"
}

Object Type Codes

version 2
extends "nothing"

Render {}

StateMachine
{
	create_state_active_0 =
	"
		DisableRendering();
		PlayAnimation( idle_01_noflame );
		PauseAnimation();
	"

	on_state_active_1 = "EnableRendering();"
	create_state_active_3 = "DisableRendering();"

	on_timer_fadeaway =
	"
		AddEffectPack( Metadata/Effects/Spells/monsters_effects/frozen_cabins/figure_head_fizzle.epk );
		AddAttached( Metadata/Effects/Spells/monsters_effects/frozen_cabins/onact_fizzle.ao,  );
	"

	on_state_active_3 =
	"
		PlayAnimation( idle_01_noflame );
		StartStateTimer( fadeaway, 1 );
	"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Skeletons/Pirate/PirateLordFigurehead"] = {
    name = "The Greasy Duck",
    life = 1,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1,
    damageSpread = 0.3,
    attackTime = 1.605,
    attackRange = 9,
    accuracy = 1,
    skillList = {
        "BrutalPirateLordFigureheadGodzillaBeam",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BrutalPirateLordFigureheadGodzillaBeam"] = {
    name = "BrutalPirateLordFigureheadGodzillaBeam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_skill_effect_duration",
        "is_area_damage",
        "cannot_stun",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 3000, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • ignite art variation [2]
    IdIgniteArtVariationGhostflame_
    FamilyStatusAilmentArtVariation
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • ignite art variation Min: 2 Max: 2 全域
  • Edit

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