El pato grasiento
Constructo
monster no drops or experience [1]
ignite art variation [2]
The Greasy Duck
SpectreN
Tagsbone_armour, bones, Lanzador de hechizos, construct, fire_affinity, ghost, immobile, is_unarmed, not_dex, not_int, slashing_weapon, undead
Vida
100%
Armaduras
+15%
Ailment Threshold
100%
Resistencia
40 40 40 25
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.605 Second
Damage Spread
±30%
Experiencia
100%
Model Size
150%
Type
PirateLordFigurehead
Metadata
PirateLordFigurehead
Nivel
68
Vida
6,433
Armaduras
33,109
Evasión
4,739
Escudo de energía
0
Damage
374
Daño de hechizos
374
Precisión
290
Attack Time
1.605
Experiencia
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
BrutalPirateLordFigureheadGodzillaBeam
Spell, Damage, Triggerable
Tiempo de recarga: 5 seg
Tus golpes no pueden aturdir a los enemigos
La duración base es de 3 segundos
Inflige de 182.5 a 273.8 de daño de fuego
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
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • ignite art variation [2]
    IdIgniteArtVariationGhostflame_
    FamilyStatusAilmentArtVariation
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • ignite art variation Min: 2 Max: 2 Global
  • Edit

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