天之禍殃
Scourge of the Skies
SpectreY
Tagsbeast, Beast_onhit_audio, flying, immobile, red_blood
生命
132%
抗性
0 0 0 0
傷害
121%
命中
100%
暴擊 Chance
5%
暴擊傷害加成
+30%
Attack Distance
6 ~ 45
攻擊時間
2.01 Second
Damage Spread
±20%
經驗值
110%
Model Size
100%
Type
MutantBird
Metadata
MutantBird
等級
68
生命
10,239
護甲
3,451
閃避值
477
傷害
282
法術傷害
282
命中
2,180
攻擊時間
2.01
經驗值
31,497
Minion Life
14,890
Minion Damage
2,295
Minion Armour
3,451
MutantBirdPeck
可觸發, 攻擊
Base Damage: 226–338
暴擊率: 5%
攻擊時間: 2.01 秒
is area damage [1]
MutantBirdMultiPeck
可觸發, 攻擊
Base Damage: 226–338
暴擊率: 5%
攻擊時間: 2.01 秒
is area damage [1]
MutantBirdSpawnDog
法術, 法術可重複, 可觸發
施放時間: 3.2 秒
alternate minion [1000]
number of monsters to summon [1]
summon specific monsters in front offset [300]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
MutantBirdVomitSpray
可觸發, 法術, 傷害
施放時間: 3 秒
is area damage [1]
MutantBirdSpawnDogLongRange
法術, 法術可重複, 可觸發
施放時間: 3.2 秒
alternate minion [1000]
number of monsters to summon [1]
summon specific monsters in front offset [25]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
MutantBirdMortar
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
暴擊率: 5%
施放時間: 1.5 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
造成 23053458 物理傷害
base is projectile [1]
is area damage [1]
projectile minimum range [45]
projectile spread radius [10]
projectile uses contact position [1]
MutantBirdFirstEncounter
MutantBirdDespawnDogStart
MutantBirdDespawnDogFinish
MutantBirdTurnLeft
MutantBirdTurnRight
MutantBirdVomitMortarSmall
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
暴擊率: 5%
施放時間: 1.5 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
造成 23053458 物理傷害
base is projectile [1]
is area damage [1]
projectile minimum range [45]
projectile spread radius [10]
projectile uses contact position [1]
MutantBirdVomitMortarMedium
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
暴擊率: 5%
施放時間: 1.5 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
造成 23053458 物理傷害
base is projectile [1]
is area damage [1]
projectile minimum range [45]
projectile spread radius [10]
projectile uses contact position [1]
MutantBirdVomitMortarLarge
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
暴擊率: 5%
施放時間: 1.5 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
造成 23053458 物理傷害
base is projectile [1]
is area damage [1]
projectile minimum range [45]
projectile spread radius [10]
projectile uses contact position [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
	basic_action = "ChangeToStance3"
	basic_action = "ChangeToStance4"
}

Pathfinding
{
	immobile = true
}

Positioned
{
	update_max_entity_size = true
	force_placement = true
}

Transitionable {}

StateMachine {}

Animated
{
	on_turn_left_01 = "UnlockOrientation();"
	on_end_turn_left_01 = "LockOrientation();"
	on_turn_right_01 = "UnlockOrientation();"
	on_end_turn_right_01 = "LockOrientation();"
}

ControlZone
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Bird/MutantBird"] = {
    name = "Scourge of the Skies",
    life = 1.32,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.21,
    damageSpread = 0.2,
    attackTime = 2.01,
    attackRange = 45,
    accuracy = 1,
    skillList = {
        "MutantBirdPeck",
        "MutantBirdMultiPeck",
        "MutantBirdVomitSpray",
        "MutantBirdSpawnDog",
        "MutantBirdSpawnDogLongRange",
        "MutantBirdMortar",
        "MutantBirdVomitMortarSmall",
        "MutantBirdVomitMortarMedium",
        "MutantBirdVomitMortarLarge",
        "MutantBirdFirstEncounter",
        "MutantBirdDespawnDogStart",
        "MutantBirdDespawnDogFinish",
        "MutantBirdTurnLeft",
        "MutantBirdTurnRight",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdPeck"] = {
    name = "MutantBirdPeck",
    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 = {
        "is_area_damage",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdMultiPeck"] = {
    name = "MutantBirdMultiPeck",
    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 = {
        "is_area_damage",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdVomitSpray"] = {
    name = "MutantBirdVomitSpray",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "geometry_spell",
    castTime = 3,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdSpawnDog"] = {
    name = "MutantBirdSpawnDog",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.2,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_in_front_offset",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {1000, 1, 300, -99, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdSpawnDogLongRange"] = {
    name = "MutantBirdSpawnDogLongRange",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.2,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_in_front_offset",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {1000, 1, 25, -99, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdMortar"] = {
    name = "MutantBirdMortar",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "projectile_spread_radius",
        "projectile_minimum_range",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10, 45, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdVomitMortarSmall"] = {
    name = "MutantBirdVomitMortarSmall",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "projectile_spread_radius",
        "projectile_minimum_range",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10, 45, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdVomitMortarMedium"] = {
    name = "MutantBirdVomitMortarMedium",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "projectile_spread_radius",
        "projectile_minimum_range",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10, 45, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdVomitMortarLarge"] = {
    name = "MutantBirdVomitMortarLarge",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "projectile_spread_radius",
        "projectile_minimum_range",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10, 45, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdFirstEncounter"] = {
    name = "MutantBirdFirstEncounter",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 5.07,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdDespawnDogStart"] = {
    name = "MutantBirdDespawnDogStart",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdDespawnDogFinish"] = {
    name = "MutantBirdDespawnDogFinish",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.2,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdTurnLeft"] = {
    name = "MutantBirdTurnLeft",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.933,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MutantBirdTurnRight"] = {
    name = "MutantBirdTurnRight",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.933,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Edit

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