Shaman Kin
Slug: Shaman_Kin
Open Source Page
Spectre-capable
Tags:
Caster
Elemental_onhit_audio
allows_additional_projectiles
allows_inc_aoe
fast_movement
humanoid
lightning_affinity
not_dex
not_str
physical_affinity
red_blood
Areas:
Caldera
Isle of Kin
The Ziggurat Refuge
Volcanic Warrens
No custom art yet. Upload one to replace the placeholder.
Stats by Level
| Rarity | Life | Damage | Armour | Evasion | Accuracy | Experience | Resistances |
|---|---|---|---|---|---|---|---|
| Unique | 2,903,422 | 1,168.1 | 14,441 | 1,304 | 4,011 | 0 | F: 0% / C: 0% / L: 0% / Ch: 0% |
| Rare | 800,944 | 1,168.1 | 14,441 | 1,304 | 4,011 | 0 | F: 0% / C: 0% / L: 0% / Ch: 0% |
| Magic | 248,293 | 1,168.1 | 14,441 | 1,304 | 4,011 | 0 | F: 0% / C: 0% / L: 0% / Ch: 0% |
| Normal | 100,118 | 1,168.1 | 14,441 | 1,304 | 4,011 | 0 | F: 0% / C: 0% / L: 0% / Ch: 0% |
Core Stat Percentiles
Life
2,903,422
Unique @ Level 100
Damage
1,168.1
Unique @ Level 100
Armour
14,441
Unique @ Level 100
Evasion
1,304
Unique @ Level 100
Accuracy
4,011
Unique @ Level 100
Experience
0
Unique @ Level 100
Other Notable Percentiles
Resistances
F: 0% / C: 0% / L: 0% / Ch: 0%
Unique @ Level 100
Shaman Kin
Variant code: GoblinShamanOverview
Summary
Base Multipliers
Life
200%
Energy Shield From Life
40%
Resistance
Damage
200%
Accuracy
100%
Critical Hits Chance
5%
Critical Damage Bonus
+30%
Attack Distance
5 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
130%
Type
GoblinShaman
Metadata
GoblinShaman
Extra Data
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/Goblins/GoblinCrowd"
Actor
{
basic_action = "ChangeToStance1"
basic_action = "ChangeToStance2"
}
Transitionable
{
}
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/Goblins/GoblinCrowd"
Life
{
on_death =
"
this.light = GetAttachedAOByType( 'Metadata/Monsters/Goblins/GoblinShaman/attachments/GoblinShamanWeapon.ao' );
light.SetLightState( off_light, .5 );
AddEffectPack( 'Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk' );
"
on_spawned_dead = { AddEffectPack( 'Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk' ); }
}
Transitionable
{
on_transition =
"
Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/Goblins/GoblinShaman/GoblinShamanAggroAudio.ao' ); } );
"
}
Animated
{
preload_animated_object = "Metadata/Monsters/Goblins/GoblinShaman/GoblinShamanAggroAudio.ao"
}
Preload
{
preload_epk = "Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Goblins/GoblinShaman/GoblinShaman"] = {
name = "Shaman Kin",
life = 2,
energyShield = 0.4,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
weaponType1 = "Wand",
skillList = {
"MPSGoblinShamanBasicProj",
"GSGoblinVoltaxicStorm",
"EASGoblinDance",
"SOGoblinVoltaxicStorm",
"GTGoblinVoltaxicStorm",
"GTGoblinVoltaxicStormLesser",
"GTGoblinVoltaxicStormGreater",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MPSGoblinShamanBasicProj"] = {
name = "MPSGoblinShamanBasicProj",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"spell_maximum_action_distance_+%",
"monster_projectile_variation",
"active_skill_base_physical_damage_%_to_convert_to_lightning",
"base_is_projectile",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"check_for_targets_between_initiator_and_projectile_source",
"projectile_uses_contact_direction",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -40, 1056, 40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSGoblinVoltaxicStorm"] = {
name = "GSGoblinVoltaxicStorm",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"active_skill_base_physical_damage_%_to_convert_to_lightning",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASGoblinDance"] = {
name = "EASGoblinDance",
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["SOGoblinVoltaxicStorm"] = {
name = "SOGoblinVoltaxicStorm",
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_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-45, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTGoblinVoltaxicStorm"] = {
name = "GTGoblinVoltaxicStorm",
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_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-45, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTGoblinVoltaxicStormLesser"] = {
name = "GTGoblinVoltaxicStormLesser",
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_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-45, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTGoblinVoltaxicStormGreater"] = {
name = "GTGoblinVoltaxicStormGreater",
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_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-45, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
Shaman Kin
Variant code: GoblinShamanDistractedOverview
Summary
| Spectre | Y | |
|---|---|---|
| Spectre Override | Metadata/Monsters/Goblins/GoblinShaman/GoblinShaman | |
| Tags | Caster, Elemental_onhit_audio, fast_movement, humanoid, not_dex, not_str, red_blood | |
| Packs |
Base Multipliers
Life
200%
Energy Shield From Life
40%
Resistance
Damage
200%
Accuracy
100%
Critical Hits Chance
5%
Critical Damage Bonus
+30%
Attack Distance
5 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
130%
Type
GoblinShaman
Metadata
GoblinShamanDistracted
Extra Data
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/Goblins/GoblinCrowd"
Actor
{
basic_action = "ChangeToStance1"
basic_action = "ChangeToStance2"
}
Transitionable
{
}
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/Goblins/GoblinCrowd"
Life
{
on_death =
"
this.light = GetAttachedAOByType( 'Metadata/Monsters/Goblins/GoblinShaman/attachments/GoblinShamanWeapon.ao' );
light.SetLightState( off_light, .5 );
AddEffectPack( 'Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk' );
"
on_spawned_dead = { AddEffectPack( 'Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk' ); }
}
Transitionable
{
on_transition =
"
Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/Goblins/GoblinShaman/GoblinShamanAggroAudio.ao' ); } );
"
}
Animated
{
preload_animated_object = "Metadata/Monsters/Goblins/GoblinShaman/GoblinShamanAggroAudio.ao"
}
Preload
{
preload_epk = "Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Goblins/GoblinShaman/GoblinShamanDistracted"] = {
name = "Shaman Kin",
life = 2,
energyShield = 0.4,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
weaponType1 = "Wand",
skillList = {
"MPSGoblinShamanBasicProj",
"GSGoblinVoltaxicStorm",
"EASGoblinDance",
"SOGoblinVoltaxicStorm",
"GTGoblinVoltaxicStorm",
"GTGoblinVoltaxicStormLesser",
"GTGoblinVoltaxicStormGreater",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MPSGoblinShamanBasicProj"] = {
name = "MPSGoblinShamanBasicProj",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"spell_maximum_action_distance_+%",
"monster_projectile_variation",
"active_skill_base_physical_damage_%_to_convert_to_lightning",
"base_is_projectile",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"check_for_targets_between_initiator_and_projectile_source",
"projectile_uses_contact_direction",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -40, 1056, 40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSGoblinVoltaxicStorm"] = {
name = "GSGoblinVoltaxicStorm",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"active_skill_base_physical_damage_%_to_convert_to_lightning",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASGoblinDance"] = {
name = "EASGoblinDance",
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["SOGoblinVoltaxicStorm"] = {
name = "SOGoblinVoltaxicStorm",
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_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-45, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTGoblinVoltaxicStorm"] = {
name = "GTGoblinVoltaxicStorm",
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_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-45, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTGoblinVoltaxicStormLesser"] = {
name = "GTGoblinVoltaxicStormLesser",
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_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-45, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTGoblinVoltaxicStormGreater"] = {
name = "GTGoblinVoltaxicStormGreater",
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_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-45, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
Shaman Kin
Variant code: GoblinShamanWalkEmergeOverview
Summary
| Spectre | Y | |
|---|---|---|
| Spectre Override | Metadata/Monsters/Goblins/GoblinShaman/GoblinShaman | |
| Tags | Caster, Elemental_onhit_audio, fast_movement, humanoid, not_dex, not_str, red_blood |
Base Multipliers
Life
200%
Energy Shield From Life
40%
Resistance
Damage
200%
Accuracy
100%
Critical Hits Chance
5%
Critical Damage Bonus
+30%
Attack Distance
5 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
130%
Type
GoblinShaman
Metadata
GoblinShamanWalkEmerge
Extra Data
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/Goblins/GoblinCrowd"
Actor
{
basic_action = "ChangeToStance1"
basic_action = "ChangeToStance2"
}
Transitionable
{
}
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/Goblins/GoblinCrowd"
Life
{
on_death =
"
this.light = GetAttachedAOByType( 'Metadata/Monsters/Goblins/GoblinShaman/attachments/GoblinShamanWeapon.ao' );
light.SetLightState( off_light, .5 );
AddEffectPack( 'Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk' );
"
on_spawned_dead = { AddEffectPack( 'Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk' ); }
}
Transitionable
{
on_transition =
"
Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/Goblins/GoblinShaman/GoblinShamanAggroAudio.ao' ); } );
"
}
Animated
{
preload_animated_object = "Metadata/Monsters/Goblins/GoblinShaman/GoblinShamanAggroAudio.ao"
}
Preload
{
preload_epk = "Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Goblins/GoblinShaman/GoblinShamanWalkEmerge"] = {
name = "Shaman Kin",
life = 2,
energyShield = 0.4,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
weaponType1 = "Wand",
skillList = {
"MPSGoblinShamanBasicProj",
"GSGoblinVoltaxicStorm",
"EASGoblinDance",
"WalkEmergeGoblin",
"SOGoblinVoltaxicStorm",
"GTGoblinVoltaxicStorm",
"GTGoblinVoltaxicStormLesser",
"GTGoblinVoltaxicStormGreater",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MPSGoblinShamanBasicProj"] = {
name = "MPSGoblinShamanBasicProj",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"spell_maximum_action_distance_+%",
"monster_projectile_variation",
"active_skill_base_physical_damage_%_to_convert_to_lightning",
"base_is_projectile",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"check_for_targets_between_initiator_and_projectile_source",
"projectile_uses_contact_direction",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -40, 1056, 40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSGoblinVoltaxicStorm"] = {
name = "GSGoblinVoltaxicStorm",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"active_skill_base_physical_damage_%_to_convert_to_lightning",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASGoblinDance"] = {
name = "EASGoblinDance",
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["WalkEmergeGoblin"] = {
name = "WalkEmergeGoblin",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3.2,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_distance",
},
levels = {
[1] = {775, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SOGoblinVoltaxicStorm"] = {
name = "SOGoblinVoltaxicStorm",
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_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-45, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTGoblinVoltaxicStorm"] = {
name = "GTGoblinVoltaxicStorm",
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_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-45, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTGoblinVoltaxicStormLesser"] = {
name = "GTGoblinVoltaxicStormLesser",
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_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-45, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTGoblinVoltaxicStormGreater"] = {
name = "GTGoblinVoltaxicStormGreater",
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_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-45, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}