Flesh Pup
stance movement speed +% final [-40]
SpectreY
Tagsbeast, Beast_onhit_audio, red_blood, very_fast_movement
Life
132%
Resistance
0 0 0 0
Damage
121%
Accuracy
100%
Critical Hits Chance
5%
Critical Damage Bonus
+30%
Attack Distance
6 ~ 18
Attack Time
0.945 Second
Damage Spread
±20%
Experience
110%
Model Size
100%
Type
MutantBirdDog
Metadata
MutantBirdDog
Level
68
Life
10,239
Armour
3,451
Evasion Rating
477
Damage
282
Spell Damage
282
Accuracy
2,180
Attack Time
0.945
Experience
31,497
Minion Life
14,890
Minion Damage
2,295
Minion Armour
3,451
MutantBirdDogMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Basic Attack
Base Damage: 226–338
Critical Hit Chance: 5%
Attack Time: 0.945 sec
MutantBirdDogMeleeMove
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Basic Attack
Base Damage: 226–338
Critical Hit Chance: 5%
Attack Time: 0.945 sec
main hand base maximum attack distance [10]
MutantBirdDogLeapAttack
Triggerable, Attack
Base Damage: 226–338
Critical Hit Chance: 5%
Attack Time: 0.945 sec
is area damage [1]
main hand base maximum attack distance [30]
MutantBirdDogEnterBird
Cannot be Knocked Back
Your Hits cannot Stun Enemies
action attack or cast time uses animation length [1]
MutantBirdDogMeleeBite
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Basic Attack
Base Damage: 226–338
Critical Hit Chance: 5%
Attack Time: 0.945 sec

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
	basic_action = "Emerge2"
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
}

Positioned
{
	force_placement = true
}

StateMachine {}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Bird/MutantBirdDog"] = {
    name = "Flesh Pup",
    life = 1.32,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.21,
    damageSpread = 0.2,
    attackTime = 0.945,
    attackRange = 18,
    accuracy = 1,
    skillList = {
        "MutantBirdDogLeapAttack",
        "MutantBirdDogMelee",
        "MutantBirdDogMeleeBite",
        "MutantBirdDogMeleeMove",
        "MutantBirdDogEnterBird",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdDogLeapAttack"] = {
    name = "MutantBirdDogLeapAttack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "main_hand_base_maximum_attack_distance",
        "is_area_damage",
    },
    levels = {
        [1] = {30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdDogMelee"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    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 = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdDogMeleeBite"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    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 = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdDogMeleeMove"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    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 = {
        "main_hand_base_maximum_attack_distance",
    },
    levels = {
        [1] = {10, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdDogEnterBird"] = {
    name = "MutantBirdDogEnterBird",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
        "cannot_stun",
        "cannot_be_knocked_back",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
IdNothing
FamilyNothing
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
stance movement speed +% final [-40]
IdStanceMovementSpeedNegative40__
FamilyStance
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • stance movement speed +% final Min: -40 Max: -40 Global
  • Edit

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