Pinza destructora primitiva
Bestiamonster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Primal Crushclaw
| Spectre | Y |
|---|---|
| Spectre Override | Metadata/Monsters/LeagueHarvest/Blue/HarvestNessaCrabT3Spectre |
| Tags | animal_claw_weapon, beast, cold_affinity, crustacean_beast, hard_armour, is_unarmed, large_model, medium_height, melee, not_dex, not_int, red_blood, slow_movement |
Vida
510%
Armadura
+100%
Ailment Threshold
510%
Resistencia
Damage
119%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.17 Second
Damage Spread
±20%
Experiencia
170%
Model Size
105%
Type
HarvestNessaCrab
Metadata
HarvestNessaCrabT3
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
32,810
Armadura
57,580
Evasión
4,739
Damage
445
Daño de hechizos
445
Precisión
580
Attack Time
1.17
Experiencia
17,434
Minion Life
7,117
Minion Damage
355
Ailment Threshold
32,810
Chill
104
Shock
104
Brittle
587
Scorch
104
Sap
287
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeCold
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 356–533
Probabilidad de golpe crítico: 5%
Attack Time: 1.17 seg
Derriba a tus enemigos con un golpe poderoso.
HarvestCrabDashSlam
Spell, Movement
Tiempo de lanzamiento: 3.07 seg
Tiempo de recarga: 10 seg
walk emerge extra distance [-5]
GAHarvestCrabDashSlam
Triggerable, Attack
Base Damage: 356–533
Probabilidad de golpe crítico: 5%
Attack Time: 1.17 seg
HarvestNessaCrabScreech
Triggerable, Spell
Tiempo de lanzamiento: 1.5 seg
Tiempo de recarga: 12 seg
Recibes daño de hielo aumentado.
Daño de hielo recibido aumentado un #%
HarvestCrabAbyssSlam
Attack, Damage, Area, Triggerable
Base Damage: 356–533
Probabilidad de golpe crítico: 5%
Attack Time: 1.17 seg
Tiempo de recarga: 10 seg
EASHarvestEmerge
Spell
Tiempo de lanzamiento: 1 seg
Object Type
version 2
extends "Metadata/Monsters/LeagueHarvest/Blue/HarvestBlueBase"
Life
{
corpse_sink_delay_ms = 4800
}Object Type Codes
version 2
extends "Metadata/Monsters/LeagueHarvest/Blue/HarvestBlueBase"
Preload
{
preload_buff_visual = "harvest_crab_screech_buff"
preload_buff_visual = "harvest_crab_screech_debuff"
}
Actor
{
on_event_contact_for_ExecuteGEAL = "AddEffectPack( HarvestCrabEnrageStart );"
}
Life
{
on_death = "Call( Vines4000 );"
}
Render
{
visual_size_index = 1
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueHarvest/Blue/HarvestNessaCrabT3"] = {
name = "Primal Crushclaw",
life = 5.1,
fireResist = 20,
coldResist = 20,
lightningResist = 20,
chaosResist = 0,
damage = 1.19,
damageSpread = 0.2,
attackTime = 1.17,
attackRange = 14,
accuracy = 1,
skillList = {
"MeleeCold",
"GAHarvestCrabDashSlam",
"EASHarvestEmerge",
"HarvestNessaCrabScreech",
"HarvestCrabAbyssSlam",
"HarvestCrabDashSlam",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeCold"] = {
name = "Default Attack",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Strike your foes down with a powerful blow.",
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 = {
"skill_physical_damage_%_to_convert_to_cold",
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
},
levels = {
[1] = {75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAHarvestCrabDashSlam"] = {
name = "GAHarvestCrabDashSlam",
hidden = true,
color = "4",
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 = {
"skill_physical_damage_%_to_convert_to_cold",
"is_area_damage",
},
levels = {
[1] = {50, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASHarvestEmerge"] = {
name = "EASHarvestEmerge",
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 = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["HarvestNessaCrabScreech"] = {
name = "HarvestNessaCrabScreech",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["HarvestCrabAbyssSlam"] = {
name = "HarvestCrabAbyssSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"upheaval_number_of_spikes",
"main_hand_base_maximum_attack_distance",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"skill_physical_damage_%_to_convert_to_cold",
"is_area_damage",
},
levels = {
[1] = {4, 50, -50, 50, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["HarvestCrabDashSlam"] = {
name = "HarvestCrabDashSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Movement] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3.07,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_extra_distance",
},
levels = {
[1] = {-5, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
| Family | BeyondPortalChance |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
Pinza destructora primitiva
BestiaGénero: Serpientes
Grupo: Crustáceos
Familia: Las Profundidades
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Primal Crushclaw
| Spectre | Y |
|---|---|
| Tags | animal_claw_weapon, beast, cold_affinity, crustacean_beast, hard_armour, is_unarmed, large_model, medium_height, melee, not_dex, not_int, red_blood, slow_movement |
| Packs |
Vida
510%
Armadura
+100%
Ailment Threshold
510%
Resistencia
Damage
119%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.17 Second
Damage Spread
±20%
Experiencia
170%
Model Size
105%
Type
HarvestNessaCrab
Metadata
HarvestNessaCrabT3MemoryLine_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
32,810
Armadura
57,580
Evasión
4,739
Damage
445
Daño de hechizos
445
Precisión
580
Attack Time
1.17
Experiencia
17,434
Minion Life
7,117
Minion Damage
355
Ailment Threshold
32,810
Chill
104
Shock
104
Brittle
587
Scorch
104
Sap
287
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeCold
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 356–533
Probabilidad de golpe crítico: 5%
Attack Time: 1.17 seg
Derriba a tus enemigos con un golpe poderoso.
HarvestCrabDashSlam
Spell, Movement
Tiempo de lanzamiento: 3.07 seg
Tiempo de recarga: 10 seg
walk emerge extra distance [-5]
GAHarvestCrabDashSlam
Triggerable, Attack
Base Damage: 356–533
Probabilidad de golpe crítico: 5%
Attack Time: 1.17 seg
HarvestNessaCrabScreech
Triggerable, Spell
Tiempo de lanzamiento: 1.5 seg
Tiempo de recarga: 12 seg
Recibes daño de hielo aumentado.
Daño de hielo recibido aumentado un #%
HarvestCrabAbyssSlam
Attack, Damage, Area, Triggerable
Base Damage: 356–533
Probabilidad de golpe crítico: 5%
Attack Time: 1.17 seg
Tiempo de recarga: 10 seg
EASHarvestEmerge
Spell
Tiempo de lanzamiento: 1 seg
WalkEmergeBestiaryHellion
walk emerge distance [450]
Object Type
version 2 extends "Metadata/Monsters/LeagueHarvest/Blue/HarvestBlueBaseMemoryLine" extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRareMemoryLine"
Object Type Codes
version 2
extends "Metadata/Monsters/LeagueHarvest/Blue/HarvestBlueBaseMemoryLine"
extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRareMemoryLine"
Preload
{
preload_buff_visual = "harvest_crab_screech_buff"
preload_buff_visual = "harvest_crab_screech_debuff"
}
Actor
{
on_event_contact_for_ExecuteGEAL = "AddEffectPack( HarvestCrabEnrageStart );"
}
Render
{
visual_size_index = 1
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueHarvest/Blue/HarvestNessaCrabT3MemoryLine_"] = {
name = "Primal Crushclaw",
life = 5.1,
fireResist = 20,
coldResist = 20,
lightningResist = 20,
chaosResist = 0,
damage = 1.19,
damageSpread = 0.2,
attackTime = 1.17,
attackRange = 14,
accuracy = 1,
skillList = {
"MeleeCold",
"GAHarvestCrabDashSlam",
"EASHarvestEmerge",
"WalkEmergeBestiaryHellion",
"HarvestNessaCrabScreech",
"HarvestCrabAbyssSlam",
"HarvestCrabDashSlam",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeCold"] = {
name = "Default Attack",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Strike your foes down with a powerful blow.",
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 = {
"skill_physical_damage_%_to_convert_to_cold",
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
},
levels = {
[1] = {75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAHarvestCrabDashSlam"] = {
name = "GAHarvestCrabDashSlam",
hidden = true,
color = "4",
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 = {
"skill_physical_damage_%_to_convert_to_cold",
"is_area_damage",
},
levels = {
[1] = {50, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASHarvestEmerge"] = {
name = "EASHarvestEmerge",
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 = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeBestiaryHellion"] = {
name = "WalkEmergeBestiaryHellion",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_distance",
},
levels = {
[1] = {450, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["HarvestNessaCrabScreech"] = {
name = "HarvestNessaCrabScreech",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["HarvestCrabAbyssSlam"] = {
name = "HarvestCrabAbyssSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"upheaval_number_of_spikes",
"main_hand_base_maximum_attack_distance",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"skill_physical_damage_%_to_convert_to_cold",
"is_area_damage",
},
levels = {
[1] = {4, 50, -50, 50, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["HarvestCrabDashSlam"] = {
name = "HarvestCrabDashSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Movement] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3.07,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_extra_distance",
},
levels = {
[1] = {-5, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
| Family | BeyondPortalChance |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
Pinza destructora primitiva
Bestiamonster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Primal Crushclaw
| Spectre | Y |
|---|---|
| Tags | animal_claw_weapon, beast, cold_affinity, crustacean_beast, hard_armour, is_unarmed, large_model, melee, not_dex, not_int, red_blood, slow_movement |
Vida
360%
Armadura
+100%
Ailment Threshold
360%
Resistencia
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.17 Second
Damage Spread
±20%
Experiencia
200%
Model Size
105%
Type
HarvestNessaCrabSpectre
Metadata
HarvestNessaCrabT3Spectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
23,160
Armadura
57,580
Evasión
4,739
Damage
448
Daño de hechizos
448
Precisión
580
Attack Time
1.17
Experiencia
20,510
Minion Life
5,024
Minion Damage
358
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeCold
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.17 seg
Derriba a tus enemigos con un golpe poderoso.
HarvestCrabDashSlam
Spell, Movement
Tiempo de lanzamiento: 3.07 seg
Tiempo de recarga: 10 seg
walk emerge extra distance [-5]
GAHarvestCrabDashSlam
Triggerable, Attack
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.17 seg
HarvestNessaCrabScreech
Triggerable, Spell
Tiempo de lanzamiento: 1.5 seg
Tiempo de recarga: 12 seg
Recibes daño de hielo aumentado.
Daño de hielo recibido aumentado un #%
HarvestCrabAbyssSlam
Attack, Damage, Area, Triggerable
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.17 seg
Tiempo de recarga: 10 seg
EASHarvestEmerge
Spell
Tiempo de lanzamiento: 1 seg
Object Type
version 2 extends "Metadata/Monsters/LeagueHarvest/Blue/HarvestBlueBaseSpectre"
Object Type Codes
version 2
extends "Metadata/Monsters/LeagueHarvest/Blue/HarvestBlueBaseSpectre"
Preload
{
preload_buff_visual = "harvest_crab_screech_buff"
preload_buff_visual = "harvest_crab_screech_debuff"
}
Actor
{
on_event_contact_for_ExecuteGEAL = "AddEffectPack( HarvestCrabEnrageStart );"
}
Render
{
visual_size_index = 1
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueHarvest/Blue/HarvestNessaCrabT3Spectre"] = {
name = "Primal Crushclaw",
life = 3.6,
fireResist = 20,
coldResist = 20,
lightningResist = 20,
chaosResist = 0,
damage = 1.2,
damageSpread = 0.2,
attackTime = 1.17,
attackRange = 14,
accuracy = 1,
skillList = {
"MeleeCold",
"GAHarvestCrabDashSlam",
"EASHarvestEmerge",
"HarvestNessaCrabScreech",
"HarvestCrabAbyssSlam",
"HarvestCrabDashSlam",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeCold"] = {
name = "Default Attack",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Strike your foes down with a powerful blow.",
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 = {
"skill_physical_damage_%_to_convert_to_cold",
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
},
levels = {
[1] = {75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAHarvestCrabDashSlam"] = {
name = "GAHarvestCrabDashSlam",
hidden = true,
color = "4",
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 = {
"skill_physical_damage_%_to_convert_to_cold",
"is_area_damage",
},
levels = {
[1] = {50, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASHarvestEmerge"] = {
name = "EASHarvestEmerge",
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 = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["HarvestNessaCrabScreech"] = {
name = "HarvestNessaCrabScreech",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["HarvestCrabAbyssSlam"] = {
name = "HarvestCrabAbyssSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"upheaval_number_of_spikes",
"main_hand_base_maximum_attack_distance",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"skill_physical_damage_%_to_convert_to_cold",
"is_area_damage",
},
levels = {
[1] = {4, 50, -50, 50, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["HarvestCrabDashSlam"] = {
name = "HarvestCrabDashSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Movement] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3.07,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_extra_distance",
},
levels = {
[1] = {-5, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
| Family | BeyondPortalChance |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.