プライマル・クラブ
monster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Primal Crab
SpectreN
Tagsanimal_claw_weapon, beast, キャスター, cold_affinity, fast_movement, hard_armour, insect, is_unarmed, not_dex, not_int, red_blood, uses_suicide_explode
ライフ
300%
アーマー
+25%
Ailment Threshold
300%
耐性
40 0 0 0
Damage
140%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
3 ~ 8
Attack Time
0.99 Second
Damage Spread
±20%
経験値
100%
Model Size
114%
Type
HarvestShieldcrab
Metadata
HarvestShieldcrabT2VolatileSpitter
レベル
68
ライフ
19,300
アーマー
35,988
回避力
4,739
エナジーシールド
0
Damage
523
スペルダメージ
523
命中
290
Attack Time
0.99
経験値
10,255
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
HarvestSpitterSuicideExplosion
Spell, Area, Damage, AreaSpell, Triggerable
キャストタイム: 1 秒
2118から3177の冷気ダメージを与える
grant kill to target when exploding self [1]
is area damage [1]
spell maximum action distance +% [200]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Life
{
	corpse_usable = false
	corpse_sink_delay_ms = 2300
}

Actor
{
	basic_action = "Emerge2"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Preload
{
	preload_epk = "Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/bulb/ShieldCrab/epk/volatile_unstable.epk"
}

BaseEvents
{
	on_construction_complete =
	"
		parent.HideMeshSegments( polySurfaceShape1, pSphere4Shape );
		Delay( .01, { AddEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/bulb/ShieldCrab/epk/volatile_unstable.epk ); } );
	"
}

Life
{
	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/LeagueHarvest/harvest_monsters/bulb/ShieldCrab/epk/volatile_unstable.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueHarvest/Blue/HarvestShieldcrabT2VolatileSpitter"] = {
    name = "Primal Crab",
    life = 3,
    fireResist = 40,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.4,
    damageSpread = 0.2,
    attackTime = 0.99,
    attackRange = 8,
    accuracy = 1,
    skillList = {
        "HarvestSpitterSuicideExplosion",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["HarvestSpitterSuicideExplosion"] = {
    name = "HarvestSpitterSuicideExplosion",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "spell_maximum_action_distance_+%",
        "is_area_damage",
        "grant_kill_to_target_when_exploding_self",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 200, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
Domainsモンスター (3)
GenerationTypeユニーク (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • Edit

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