Yeena, l'Aspect du Renard
Bête
Ne peut pas subir de Dégâts
Yeena, Aspect of the Fox
SpectreN
Tagsanimal_claw_weapon, beast, canine_beast, Lanceur de sorts, extra_extra_small_height, flesh_armour, humanoid, is_unarmed, non_attacking, slow_movement
Vie
100%
Ailment Threshold
100%
Résistance
0 0 0 0
Damage
100%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Expérience
100%
Model Size
100%
Type
FireFox
Metadata
YeenaFox
Niveau
68
Vie
6,433
Armure
28,790
Évasion
4,739
Bouclier d'énergie
0
Damage
374
Dégâts des sorts
374
Précision
290
Attack Time
1.5
Expérience
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
YeenaFireBreath
Spell, Area, Fire, AreaSpell
Temps d'incantation: 1.97 sec.
Temps de recharge: 5 sec.
YeenaFireBreathPlayer
Spell, Area, Fire, AreaSpell
Temps d'incantation: 1.97 sec.
Temps de recharge: 5 sec.
cooldown speed +% per additional player [75]
EmptyActionSpell
Spell
Temps d'incantation: 1 sec.
Temps de recharge: 2 sec.

Object Type

version 2
extends "Metadata/Monsters/Monster"

Positioned
{
	team = 1
}

Stats
{
	set_immune_to_auras_from_other_entities = 1
	set_cannot_die = 1
	set_monster_no_additional_player_scaling = 1
}

MinimapIcon
{
	icon = "PartyMember"
}

BaseEvents
{
	on_construction_complete = "RemoveCollidability();"
}

Transitionable
{
	
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	has_light = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/FireFox/YeenaFox"] = {
    name = "Yeena, Aspect of the Fox",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "YeenaFireBreath",
        "YeenaFireBreathPlayer",
        "EmptyActionSpell",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["YeenaFireBreath"] = {
    name = "YeenaFireBreath",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Fire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.97,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["YeenaFireBreathPlayer"] = {
    name = "YeenaFireBreathPlayer",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Fire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.97,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "cooldown_speed_+%_per_additional_player",
    },
    levels = {
        [1] = {75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpell"] = {
    name = "EmptyActionSpell",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Ne peut pas subir de Dégâts
IdMonsterCannotBeDamaged
FamilyCannotBeDamaged
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • base cannot be damaged Min: 1 Max: 1 Global
  • Invincibilité
    Immunité aux Dégâts.
    Ne peut pas subir de Dégâts
    Cannot Be Damaged
    Edit

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