Cultista Bruto
Humanóide
stance movement speed +% final [180]
Cultist Brute
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueAzmeri/CrazedCannibalPicts/PictBigMaleSpectre |
Tags | azmeri_cultist_monster, human, humanoid, not_dex, not_int, red_blood, very_slow_movement |
Vida
290%
Armadura
+25%
Ailment Threshold
290%
Resistência
0 0 0 75
Damage
230%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
PictBigMale
Metadata
PictBigMale
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
18,657
Armadura
35,988
Evasão
4,739
Escudo de Energia
0
Damage
859
Dano Mágico
859
Precisão
290
Attack Time
1.5
Experiência
20,510
Ailment Threshold
18,657
Chill
59
Shock
59
Brittle
334
Scorch
59
Sap
163
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 687–1031
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MeleeAtAnimationSpeedAzmeriBigPictSweep
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 687–1031
Chance de Crítico: 5%
Attack Time: 1.5 seg
Recarga: 8 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GAAzmeriPict2HFabricationSlam
Triggerable, Attack
Base Damage: 687–1031
Chance de Crítico: 5%
Attack Time: 1.5 seg
Recarga: 6 seg
+1.2 metros ao Alcance de Golpes Corpo a Corpo
action attack or cast time uses animation length [1]
is area damage [1]
action attack or cast time uses animation length [1]
is area damage [1]
SSMAzmeriPict2HFabricationSummon
Spell, Multicastable, Triggerable
Tempo de Conjuração: 1 seg
alternate minion [641]
number of monsters to summon [2]
summon specific monsters radius +% [-65]
number of monsters to summon [2]
summon specific monsters radius +% [-65]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAzmeri/CrazedCannibalPicts/PictBigMale"] = { name = "Cultist Brute", life = 2.9, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 75, damage = 2.3, damageSpread = 0.2, attackTime = 1.5, attackRange = 12, accuracy = 1, weaponType1 = "Two Hand Axe", skillList = { "MeleeAtAnimationSpeed", "MeleeAtAnimationSpeedAzmeriBigPictSweep", "SSMAzmeriPict2HFabricationSummon", "GAAzmeriPict2HFabricationSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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_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["MeleeAtAnimationSpeedAzmeriBigPictSweep"] = { 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_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["SSMAzmeriPict2HFabricationSummon"] = { name = "SSMAzmeriPict2HFabricationSummon", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", }, levels = { [1] = {2, 641, -65, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAAzmeriPict2HFabricationSlam"] = { name = "GAAzmeriPict2HFabricationSlam", 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 = { "melee_range_+", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {12, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [180]
Id | StanceMovementSpeed180 |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Cultista Bruto
Humanóide
stance movement speed +% final [180]
Cultist Brute
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueAzmeri/CrazedCannibalPicts/PictBigMaleSpectre |
Tags | azmeri_cultist_monster, human, humanoid, not_dex, not_int, red_blood, very_slow_movement |
Packs |
Vida
290%
Armadura
+25%
Ailment Threshold
290%
Resistência
0 0 0 75
Damage
230%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
PictBigMale
Metadata
PictBigMaleStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
18,657
Armadura
35,988
Evasão
4,739
Escudo de Energia
0
Damage
859
Dano Mágico
859
Precisão
290
Attack Time
1.5
Experiência
20,510
Ailment Threshold
18,657
Chill
59
Shock
59
Brittle
334
Scorch
59
Sap
163
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 687–1031
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MeleeAtAnimationSpeedAzmeriBigPictSweep
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 687–1031
Chance de Crítico: 5%
Attack Time: 1.5 seg
Recarga: 8 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GAAzmeriPict2HFabricationSlam
Triggerable, Attack
Base Damage: 687–1031
Chance de Crítico: 5%
Attack Time: 1.5 seg
Recarga: 6 seg
+1.2 metros ao Alcance de Golpes Corpo a Corpo
action attack or cast time uses animation length [1]
is area damage [1]
action attack or cast time uses animation length [1]
is area damage [1]
SSMAzmeriPict2HFabricationSummonSpectre
Spell, Multicastable, Triggerable
Tempo de Conjuração: 1 seg
alternate minion [650]
number of monsters to summon [2]
summon specific monsters radius +% [-65]
number of monsters to summon [2]
summon specific monsters radius +% [-65]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAzmeri/CrazedCannibalPicts/PictBigMaleStandalone"] = { name = "Cultist Brute", life = 2.9, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 75, damage = 2.3, damageSpread = 0.2, attackTime = 1.5, attackRange = 12, accuracy = 1, weaponType1 = "Two Hand Axe", skillList = { "MeleeAtAnimationSpeed", "MeleeAtAnimationSpeedAzmeriBigPictSweep", "SSMAzmeriPict2HFabricationSummonSpectre", "GAAzmeriPict2HFabricationSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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_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["MeleeAtAnimationSpeedAzmeriBigPictSweep"] = { 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_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["SSMAzmeriPict2HFabricationSummonSpectre"] = { name = "SSMAzmeriPict2HFabricationSummonSpectre", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", }, levels = { [1] = {2, 650, -65, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAAzmeriPict2HFabricationSlam"] = { name = "GAAzmeriPict2HFabricationSlam", 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 = { "melee_range_+", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {12, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [180]
Id | StanceMovementSpeed180 |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Cultista Bruto
Humanóide
stance movement speed +% final [180]
Cultist Brute
Spectre | Y |
---|---|
Tags | azmeri_cultist_monster, human, humanoid, not_dex, not_int, red_blood, very_slow_movement |
Vida
290%
Armadura
+25%
Ailment Threshold
290%
Resistência
0 0 0 75
Damage
230%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
PictBigMale
Metadata
PictBigMaleSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
18,657
Armadura
35,988
Evasão
4,739
Escudo de Energia
0
Damage
859
Dano Mágico
859
Precisão
290
Attack Time
1.5
Experiência
20,510
Ailment Threshold
18,657
Chill
59
Shock
59
Brittle
334
Scorch
59
Sap
163
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 687–1031
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MeleeAtAnimationSpeedAzmeriBigPictSweep
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 687–1031
Chance de Crítico: 5%
Attack Time: 1.5 seg
Recarga: 8 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GAAzmeriPict2HFabricationSlam
Triggerable, Attack
Base Damage: 687–1031
Chance de Crítico: 5%
Attack Time: 1.5 seg
Recarga: 6 seg
+1.2 metros ao Alcance de Golpes Corpo a Corpo
action attack or cast time uses animation length [1]
is area damage [1]
action attack or cast time uses animation length [1]
is area damage [1]
SSMAzmeriPict2HFabricationSummonSpectre
Spell, Multicastable, Triggerable
Tempo de Conjuração: 1 seg
alternate minion [650]
number of monsters to summon [2]
summon specific monsters radius +% [-65]
number of monsters to summon [2]
summon specific monsters radius +% [-65]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAzmeri/CrazedCannibalPicts/PictBigMaleSpectre"] = { name = "Cultist Brute", life = 2.9, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 75, damage = 2.3, damageSpread = 0.2, attackTime = 1.5, attackRange = 12, accuracy = 1, weaponType1 = "Two Hand Axe", skillList = { "MeleeAtAnimationSpeed", "MeleeAtAnimationSpeedAzmeriBigPictSweep", "SSMAzmeriPict2HFabricationSummonSpectre", "GAAzmeriPict2HFabricationSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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_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["MeleeAtAnimationSpeedAzmeriBigPictSweep"] = { 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_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["SSMAzmeriPict2HFabricationSummonSpectre"] = { name = "SSMAzmeriPict2HFabricationSummonSpectre", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", }, levels = { [1] = {2, 650, -65, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAAzmeriPict2HFabricationSlam"] = { name = "GAAzmeriPict2HFabricationSlam", 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 = { "melee_range_+", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {12, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [180]
Id | StanceMovementSpeed180 |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |