荆棘憎恶
Beast
区域: 古旧森林
maximum energy shield +% final per additional player [-20]
maximum life +% final per additional player [-20]
poise threshold +% final per additional player [-20]
cant possess this [1]
The Brambleghast
SpectreN
Area古旧森林
Tags2HBluntWood_onhit_audio, beast, large_model, not_dex, not_int, slow_movement
生命
110%
[护甲]
+50%
抗性
-50 30 0 0
伤害
230%
命中
100%
Critical Hits Chance
5%
Critical Damage Bonus
+30%
Attack Distance
4 ~ 24
攻击间隔
1.5 Second
Damage Spread
±20%
经验值
200%
Model Size
100%
Type
CarnivorousPlantEaterOldForest
Metadata
CarnivorousPlantEaterOldForest_
等级
4
生命
31
[护甲]
15
闪避值
20
伤害
29
法术伤害
29
命中
130
攻击间隔
1.5
经验值
48
Minion Life
165
Minion Damage
17
Minion Armour
25
MeleeAtAnimationSpeedBoss
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
普通攻击
Base Damage: 23–35
暴击几率: 5%
攻击间隔: 1.5 秒
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GTAzmeriCarnivorousPlantVineCascade
可触发
冷却时间: 16.5 秒
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [50]
spell maximum action distance +% [-25]
CarnivorousPlantOrbProjectile
冷却时间: 26.5 秒
造成 13.62 - 20.43 物理伤害
被辅助技能将物理伤害的 60% 转化为混沌伤害
base is projectile [1]
maintain projectile direction when using contact position [1]
monster penalty against minions damage +% final vs player minions [50]
projectile uses contact position [1]
use scaled contact offset [1]
EASAzmeriCarnivorousPlantScreechVines
冷却时间: 30 秒
action attack or cast time uses animation length [1]
EASCarnivorousPlantBossHammerSlam
冷却时间: 30 秒
action attack or cast time uses animation length [1]
GTCarnivorousPlantBossVolatileTrees
可触发
冷却时间: 32.5 秒
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [30]
spell maximum action distance +% [-40]
GAAzmeriCarnivorousPlantVineCascade
可触发, 攻击
Base Damage: 23–35
暴击几率: 5%
攻击伤害: 125%
攻击间隔: 1.5 秒
攻击伤害总增 25%
is area damage [1]
SOCarnivorousPlantBossVolatileTrees
可触发
action attack or cast time uses animation length [1]
EASOldForestPlantVolatiles
冷却时间: 40 秒
action attack or cast time uses animation length [1]
spell maximum action distance +% [-30]

Object Type

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBase"

/* ------------------------------------------------------------------------------------------------------------------- */
/* Generic */
/* ------------------------------------------------------------------------------------------------------------------- */

StateMachine
{
	define_shared_state = "faded = 1; arms;"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBase"

/* ------------------------------------------------------------------------------------------------------------------- */
/* Generic */
/* ------------------------------------------------------------------------------------------------------------------- */

Render
{
	use_ao_lights = true
}

StateMachine
{
	on_or_create_state_faded_1 = "AddEffectPack( 'Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk' );"
	on_or_create_state_faded_0 = "RemoveEffectPack( 'Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk' );"

	on_state_arms_1 =
	"
		HideMeshSegment( R_vine_misc_Shape1 );
		HideMeshSegment( R_vine_Shape1 );
	"

	on_or_create_state_arms_0 =
	"
		ShowMeshSegment( R_vine_misc_Shape1 );
		ShowMeshSegment( R_vine_Shape1 );
	"
}

Preload
{
	preload_epk = "Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk"
	preload_monster_variety = "Metadata/Monsters/CarnivorousPlantEater/OldForest/CarnivorousPlantEaterVineOldForest"
	preload_monster_variety = "Metadata/Monsters/CarnivorousPlantEater/OldForest/CarnivorousPlantEaterHammerVine"
	preload_animated_object = "Metadata/Monsters/CarnivorousPlantEater/CarnivorousPlantEaterVineR.ao"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act1_FOUR/CarnivorousPlantEater/spikeProj_impact.ao"
}

GlobalAudioParamEvents
{
	player_in_range_param = "MillerInRange"
	life_percent_param = "MillerLifePercentage"
	range = 90
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/CarnivorousPlantEater/OldForest/CarnivorousPlantEaterOldForest_"] = {
    name = "The Brambleghast",
    life = 1.1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2.3,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 24,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedBoss",
        "GAAzmeriCarnivorousPlantVineCascade",
        "EASAzmeriCarnivorousPlantScreechVines",
        "EASCarnivorousPlantBossHammerSlam",
        "EASOldForestPlantVolatiles",
        "SOCarnivorousPlantBossVolatileTrees",
        "GTAzmeriCarnivorousPlantVineCascade",
        "GTCarnivorousPlantBossVolatileTrees",
        "CarnivorousPlantOrbProjectile",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedBoss"] = {
    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.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAAzmeriCarnivorousPlantVineCascade"] = {
    name = "GAAzmeriCarnivorousPlantVineCascade",
    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] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASAzmeriCarnivorousPlantScreechVines"] = {
    name = "EASAzmeriCarnivorousPlantScreechVines",
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASCarnivorousPlantBossHammerSlam"] = {
    name = "EASCarnivorousPlantBossHammerSlam",
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASOldForestPlantVolatiles"] = {
    name = "EASOldForestPlantVolatiles",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {-30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SOCarnivorousPlantBossVolatileTrees"] = {
    name = "SOCarnivorousPlantBossVolatileTrees",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTAzmeriCarnivorousPlantVineCascade"] = {
    name = "GTAzmeriCarnivorousPlantVineCascade",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {-25, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTCarnivorousPlantBossVolatileTrees"] = {
    name = "GTCarnivorousPlantBossVolatileTrees",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {-40, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CarnivorousPlantOrbProjectile"] = {
    name = "CarnivorousPlantOrbProjectile",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "non_skill_base_physical_damage_%_to_convert_to_chaos",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "maintain_projectile_direction_when_using_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 60, 50, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
maximum energy shield +% final per additional player [-20]
maximum life +% final per additional player [-20]
poise threshold +% final per additional player [-20]
IdMonsterUniqueAct1LifeNegative20
Family
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • maximum life +% final per additional player Min: -20 Max: -20 Global
  • poise threshold +% final per additional player Min: -20 Max: -20 Global
  • maximum energy shield +% final per additional player Min: -20 Max: -20 Global
  • cant possess this [1]
    IdMonsterCannotBePossessed
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 Global
  • The Brambleghast
    Beast
    区域: The Grelwood
    SpectreN
    AreaThe Grelwood
    Tags2HBluntWood_onhit_audio, beast, large_model, not_dex, not_int, slow_movement
    生命
    250%
    [护甲]
    +50%
    抗性
    -50 30 0 0
    伤害
    230%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    4 ~ 24
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    200%
    Model Size
    100%
    Type
    CarnivorousPlantEaterOldForestCRUEL
    Metadata
    CarnivorousPlantEaterOldForestCRUEL
    等级
    46
    生命
    4,918
    [护甲]
    936
    闪避值
    252
    伤害
    259
    法术伤害
    259
    命中
    1,012
    攻击间隔
    1.5
    经验值
    12,932
    Minion Life
    7,953
    Minion Damage
    671
    Minion Armour
    1,560
    MeleeAtAnimationSpeedBoss
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 207–310
    暴击几率: 5%
    攻击间隔: 1.5 秒
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GTAzmeriCarnivorousPlantVineCascade
    可触发
    冷却时间: 16.5 秒
    action attack or cast time uses animation length [1]
    monster penalty against minions damage +% final vs player minions [50]
    spell maximum action distance +% [-25]
    CarnivorousPlantOrbProjectile
    冷却时间: 26.5 秒
    造成 119.4 - 179.1 物理伤害
    被辅助技能将物理伤害的 60% 转化为混沌伤害
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster penalty against minions damage +% final vs player minions [50]
    projectile uses contact position [1]
    use scaled contact offset [1]
    EASAzmeriCarnivorousPlantScreechVines
    冷却时间: 30 秒
    action attack or cast time uses animation length [1]
    EASCarnivorousPlantBossHammerSlam
    冷却时间: 30 秒
    action attack or cast time uses animation length [1]
    GTCarnivorousPlantBossVolatileTrees
    可触发
    冷却时间: 32.5 秒
    action attack or cast time uses animation length [1]
    monster penalty against minions damage +% final vs player minions [30]
    spell maximum action distance +% [-40]
    GAAzmeriCarnivorousPlantVineCascade
    可触发, 攻击
    Base Damage: 207–310
    暴击几率: 5%
    攻击伤害: 125%
    攻击间隔: 1.5 秒
    攻击伤害总增 25%
    is area damage [1]
    SOCarnivorousPlantBossVolatileTrees
    可触发
    action attack or cast time uses animation length [1]
    EASOldForestPlantVolatiles
    冷却时间: 40 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-30]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BossBase"
    
    /* ------------------------------------------------------------------------------------------------------------------- */
    /* Generic */
    /* ------------------------------------------------------------------------------------------------------------------- */
    
    StateMachine
    {
    	define_shared_state = "faded = 1; arms;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BossBase"
    
    /* ------------------------------------------------------------------------------------------------------------------- */
    /* Generic */
    /* ------------------------------------------------------------------------------------------------------------------- */
    
    Render
    {
    	use_ao_lights = true
    }
    
    StateMachine
    {
    	on_or_create_state_faded_1 = "AddEffectPack( 'Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk' );"
    	on_or_create_state_faded_0 = "RemoveEffectPack( 'Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk' );"
    
    	on_state_arms_1 =
    	"
    		HideMeshSegment( R_vine_misc_Shape1 );
    		HideMeshSegment( R_vine_Shape1 );
    	"
    
    	on_or_create_state_arms_0 =
    	"
    		ShowMeshSegment( R_vine_misc_Shape1 );
    		ShowMeshSegment( R_vine_Shape1 );
    	"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk"
    	preload_monster_variety = "Metadata/Monsters/CarnivorousPlantEater/OldForest/CarnivorousPlantEaterVineOldForest"
    	preload_monster_variety = "Metadata/Monsters/CarnivorousPlantEater/OldForest/CarnivorousPlantEaterVineOldForestCRUEL"
    	preload_monster_variety = "Metadata/Monsters/CarnivorousPlantEater/OldForest/CarnivorousPlantEaterHammerVine"
    	preload_animated_object = "Metadata/Monsters/CarnivorousPlantEater/CarnivorousPlantEaterVineR.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act1_FOUR/CarnivorousPlantEater/spikeProj_impact.ao"
    }
    
    GlobalAudioParamEvents
    {
    	player_in_range_param = "MillerInRange"
    	life_percent_param = "MillerLifePercentage"
    	range = 90
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/CarnivorousPlantEater/OldForest/CarnivorousPlantEaterOldForestCRUEL"] = {
        name = "The Brambleghast",
        life = 2.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.3,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 24,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedBoss",
            "GAAzmeriCarnivorousPlantVineCascade",
            "EASAzmeriCarnivorousPlantScreechVines",
            "EASCarnivorousPlantBossHammerSlam",
            "EASOldForestPlantVolatiles",
            "SOCarnivorousPlantBossVolatileTrees",
            "GTAzmeriCarnivorousPlantVineCascade",
            "GTCarnivorousPlantBossVolatileTrees",
            "CarnivorousPlantOrbProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedBoss"] = {
        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.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAzmeriCarnivorousPlantVineCascade"] = {
        name = "GAAzmeriCarnivorousPlantVineCascade",
        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] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASAzmeriCarnivorousPlantScreechVines"] = {
        name = "EASAzmeriCarnivorousPlantScreechVines",
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASCarnivorousPlantBossHammerSlam"] = {
        name = "EASCarnivorousPlantBossHammerSlam",
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASOldForestPlantVolatiles"] = {
        name = "EASOldForestPlantVolatiles",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOCarnivorousPlantBossVolatileTrees"] = {
        name = "SOCarnivorousPlantBossVolatileTrees",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTAzmeriCarnivorousPlantVineCascade"] = {
        name = "GTAzmeriCarnivorousPlantVineCascade",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-25, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTCarnivorousPlantBossVolatileTrees"] = {
        name = "GTCarnivorousPlantBossVolatileTrees",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-40, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CarnivorousPlantOrbProjectile"] = {
        name = "CarnivorousPlantOrbProjectile",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "non_skill_base_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 60, 50, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    The Brambleghast
    Beast
    monster dropped item quantity +% [800]
    monster dropped item rarity +% [2650]
    monster map key of at least same tier as current map drop chance % [25]
    monster slain experience +% [6000]
    unique monster guarantee one rare [1]
    SpectreN
    AreaAzmerian Ranges
    Tags2HBluntWood_onhit_audio, beast, large_model, not_dex, not_int, slow_movement
    生命
    100%
    [护甲]
    +50%
    抗性
    -50 30 0 0
    伤害
    175%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    4 ~ 24
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    100%
    Model Size
    100%
    Type
    CarnivorousPlantEaterOldForestKotMMinion
    Metadata
    CarnivorousPlantEaterOldForestKotMMinion
    等级
    65
    生命
    6,513
    [护甲]
    3,035
    闪避值
    440
    伤害
    372
    法术伤害
    372
    命中
    1,974
    攻击间隔
    1.5
    经验值
    21,507
    Minion Life
    6,282
    Minion Damage
    1,451
    Minion Armour
    5,058
    MeleeAtAnimationSpeedBoss
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 297–446
    暴击几率: 5%
    攻击间隔: 1.5 秒
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GTAzmeriCarnivorousPlantVineCascade
    可触发
    冷却时间: 16.5 秒
    action attack or cast time uses animation length [1]
    monster penalty against minions damage +% final vs player minions [50]
    spell maximum action distance +% [-25]
    CarnivorousPlantOrbProjectile
    冷却时间: 26.5 秒
    造成 223.4 - 335.1 物理伤害
    被辅助技能将物理伤害的 60% 转化为混沌伤害
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster penalty against minions damage +% final vs player minions [50]
    projectile uses contact position [1]
    use scaled contact offset [1]
    EASAzmeriCarnivorousPlantScreechVines
    冷却时间: 30 秒
    action attack or cast time uses animation length [1]
    EASCarnivorousPlantBossHammerSlam
    冷却时间: 30 秒
    action attack or cast time uses animation length [1]
    GTCarnivorousPlantBossVolatileTrees
    可触发
    冷却时间: 32.5 秒
    action attack or cast time uses animation length [1]
    monster penalty against minions damage +% final vs player minions [30]
    spell maximum action distance +% [-40]
    GAAzmeriCarnivorousPlantVineCascade
    可触发, 攻击
    Base Damage: 297–446
    暴击几率: 5%
    攻击伤害: 125%
    攻击间隔: 1.5 秒
    攻击伤害总增 25%
    is area damage [1]
    SOCarnivorousPlantBossVolatileTrees
    可触发
    action attack or cast time uses animation length [1]
    EASOldForestPlantVolatiles
    冷却时间: 40 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-30]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BossBase"
    
    /* ------------------------------------------------------------------------------------------------------------------- */
    /* Generic */
    /* ------------------------------------------------------------------------------------------------------------------- */
    
    StateMachine
    {
    	define_shared_state =
    	"
    		faded = 1;
    		arms;
    	"
    }
    
    Actor
    {
    	leveled_starting_effects = "CTS1BossFightStart"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BossBase"
    
    /* ------------------------------------------------------------------------------------------------------------------- */
    /* Generic */
    /* ------------------------------------------------------------------------------------------------------------------- */
    
    Render
    {
    	use_ao_lights = true
    }
    
    StateMachine
    {
    	on_or_create_state_faded_1 = "AddEffectPack( 'Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk' );"
    	on_or_create_state_faded_0 = "RemoveEffectPack( 'Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk' );"
    
    	on_state_arms_1 =
    	"
    		HideMeshSegment( R_vine_misc_Shape1 );
    		HideMeshSegment( R_vine_Shape1 );
    	"
    
    	on_or_create_state_arms_0 =
    	"
    		ShowMeshSegment( R_vine_misc_Shape1 );
    		ShowMeshSegment( R_vine_Shape1 );
    	"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk"
    	preload_monster_variety = "Metadata/Monsters/CarnivorousPlantEater/OldForest/CarnivorousPlantEaterVineOldForest"
    	preload_monster_variety = "Metadata/Monsters/CarnivorousPlantEater/OldForest/CarnivorousPlantEaterHammerVine"
    	preload_animated_object = "Metadata/Monsters/CarnivorousPlantEater/CarnivorousPlantEaterVineR.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act1_FOUR/CarnivorousPlantEater/spikeProj_impact.ao"
    }
    
    GlobalAudioParamEvents
    {
    	player_in_range_param = "MillerInRange"
    	life_percent_param = "MillerLifePercentage"
    	range = 90
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/CarnivorousPlantEater/OldForest/CarnivorousPlantEaterOldForestKotMMinion"] = {
        name = "The Brambleghast",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.75,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 24,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedBoss",
            "GAAzmeriCarnivorousPlantVineCascade",
            "EASAzmeriCarnivorousPlantScreechVines",
            "EASCarnivorousPlantBossHammerSlam",
            "EASOldForestPlantVolatiles",
            "SOCarnivorousPlantBossVolatileTrees",
            "GTAzmeriCarnivorousPlantVineCascade",
            "GTCarnivorousPlantBossVolatileTrees",
            "CarnivorousPlantOrbProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedBoss"] = {
        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.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAzmeriCarnivorousPlantVineCascade"] = {
        name = "GAAzmeriCarnivorousPlantVineCascade",
        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] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASAzmeriCarnivorousPlantScreechVines"] = {
        name = "EASAzmeriCarnivorousPlantScreechVines",
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASCarnivorousPlantBossHammerSlam"] = {
        name = "EASCarnivorousPlantBossHammerSlam",
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASOldForestPlantVolatiles"] = {
        name = "EASOldForestPlantVolatiles",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOCarnivorousPlantBossVolatileTrees"] = {
        name = "SOCarnivorousPlantBossVolatileTrees",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTAzmeriCarnivorousPlantVineCascade"] = {
        name = "GTAzmeriCarnivorousPlantVineCascade",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-25, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTCarnivorousPlantBossVolatileTrees"] = {
        name = "GTCarnivorousPlantBossVolatileTrees",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-40, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CarnivorousPlantOrbProjectile"] = {
        name = "CarnivorousPlantOrbProjectile",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "non_skill_base_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 60, 50, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster dropped item quantity +% [800]
    monster dropped item rarity +% [2650]
    monster map key of at least same tier as current map drop chance % [25]
    monster slain experience +% [6000]
    unique monster guarantee one rare [1]
    IdMonsterMapBossT1
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 6000 Max: 6000 Global
  • monster dropped item rarity +% Min: 2650 Max: 2650 Global
  • monster dropped item quantity +% Min: 800 Max: 800 Global
  • unique monster guarantee one rare Min: 1 Max: 1 Global
  • monster map key of at least same tier as current map drop chance % Min: 25 Max: 25 Global
  • Edit

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