기름진 오리
구조물
monster no drops or experience [1]
ignite art variation [2]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
The Greasy Duck
SpectreN
Tagsbone_armour, bones, 시전, construct, fire_affinity, ghost, immobile, is_unarmed, not_dex, not_int, slashing_weapon, undead
생명력
100%
방어도
+25%
Ailment Threshold
100%
저항
40 40 40 25
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 9
Attack Time
1.605 Second
Damage Spread
±30%
경험치
100%
Model Size
150%
Type
PirateLordFigurehead
Metadata
PirateLordFigurehead
레벨
68
생명력
6,433
방어도
35,988
회피
4,739
에너지 보호막
0
Damage
374
주문 피해
374
정확도
290
Attack Time
1.605
경험치
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
BrutalPirateLordFigureheadGodzillaBeam
Spell, Damage, Triggerable
재사용 대기시간: 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 Global
  • ignite art variation [2]
    IdIgniteArtVariationGhostflame_
    FamilyStatusAilmentArtVariation
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • ignite art variation Min: 2 Max: 2 Global
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global