Kirmes Olli
Humanoid
monster base type attack cast speed +% and damage -% final [33]
Spectre | N |
---|---|
Tags | caster, female_rogue_exile, fire_affinity, flesh_armour, has_dagger, has_dual_wield_melee, has_one_handed_melee, human, humanoid, medium_height, medium_movement, not_dex, not_str, physical_affinity, ranged, red_blood, rogue_exile, slashing_weapon |
Life
108%
Energy Shield From Life
100%
Ailment Threshold
108%
Resistance
30 30 30 20
Damage
150%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
Experience
220%
Model Size
100%
Type
ExileWitch7
Metadata
ExileWitch7
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
6,948
Armour
28,790
Evasion
4,739
Energy Shield
6,127
Damage
560
Spell Damage
560
Accuracy
290
Attack Time
1.245
Experience
22,561
Ailment Threshold
6,948
Chill
22
Shock
22
Brittle
124
Scorch
22
Sap
61
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).
ExileVolatileDead
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Volatile Dead
Critical Strike Chance: 5%
Cast Time: 0.8 sec
Cooldown Time: 2 sec
Corpses near the targeted location explode, dealing damage in a small area and creating an orb which moves towards nearby enemies before dealing spell damage in a larger area. The explosion of the corpse is not affected by modifiers to spell damage, and cannot be reflected.
Deals 674.1 to 1011 Fire Damage
Consumes up to 3 corpses
Base radius is 1.8 metres
Base secondary radius is 1.2 metres
Maximum of 60 Orbs at a time
is area damage [1]
Consumes up to 3 corpses
Base radius is 1.8 metres
Base secondary radius is 1.2 metres
Maximum of 60 Orbs at a time
is area damage [1]
ExileBoneLance
Spell, Projectile, ProjectilesFromUser, Totemable, Mineable, Trappable, Triggerable, Damage, Multicastable, CanRapidFire, Area, AreaSpell, Physical
Unearth
Cast Time: 1 sec
Fires a projectile that will pierce through enemies to impact the ground at the targeted location, creating a Bone Archer corpse where it lands.
Deals 269.6 to 404.4 Physical Damage
Projectiles Pierce all Targets
Base duration is 6 seconds
Fires 4 additional Projectiles
Spawned corpses are Level 68
42.29% increased Cast Speed
base is projectile [1]
Projectiles Pierce all Targets
Base duration is 6 seconds
Fires 4 additional Projectiles
Spawned corpses are Level 68
42.29% increased Cast Speed
base is projectile [1]
ExileCorpseEruption
Spell, Area, Fire, Duration, Projectile, Multicastable, Trappable, Totemable, Mineable, Triggerable, Damage, Cascadable, Projectile, CanRapidFire, AreaSpell, Orb
Cremation
Cast Time: 0.5 sec
Cooldown Time: 6 sec
A targeted corpse explodes, dealing area damage and turning into a volcanic geyser, which will repeatedly unleash projectiles sequentially over the surrounding area for a duration. The explosion of the corpse is not affected by modifiers to spell damage, and cannot be reflected.
Fires Projectiles every 1 seconds
Base duration is 4 seconds
Deals 624.1 to 936.2 Fire Damage
Maximum of 1 Geysers at a time
Fires 2 additional Projectiles
base is projectile [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-60]
Base duration is 4 seconds
Deals 624.1 to 936.2 Fire Damage
Maximum of 1 Geysers at a time
Fires 2 additional Projectiles
base is projectile [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-60]
ExileCorpseWarp
Movement, Spell, Damage, Area, Totemable, Mineable, Trappable, Triggerable, Fire, AreaSpell, Travel
Bodyswap
Cast Time: 1 sec
Cooldown Time: 2 sec
Violently destroys your body and recreates it at the location of a targeted enemy or corpse, dealing spell damage in an area at both locations. If there is no specific target, it will prioritise corpses over enemies. If targeting a corpse, the corpse will also explode, dealing damage around it that is not affected by modifiers to spell damage, and cannot be reflected. This spell cannot be repeated.
Deals 374.5 to 561.7 Fire Damage
is area damage [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Exiles/Exile" Stats { set_base_mana_cost_-% = 0 set_mana_regeneration_rate_per_minute_% = 0 }
Object Type Codes
version 2 extends "Metadata/Monsters/Exiles/Exile" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/BodyArmours/UltimateChaos/UltiChaosCharacterFX.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Exiles/ExileWitch7"] = { name = "Kirmes Olli", life = 1.08, energyShield = 1, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.245, attackRange = 8, accuracy = 1, weaponType1 = "Dagger", weaponType2 = "Dagger", skillList = { "ExileVolatileDead", "ExileBoneLance", "ExileCorpseEruption", "ExileCorpseWarp", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ExileVolatileDead"] = { name = "Volatile Dead", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Corpses near the targeted location explode, dealing damage in a small area and creating an orb which moves towards nearby enemies before dealing spell damage in a larger area. The explosion of the corpse is not affected by modifiers to spell damage, and cannot be reflected.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "corpse_explosion_monster_life_permillage_fire", "volatile_dead_base_number_of_corpses_to_consume", "volatile_dead_max_cores_allowed", "active_skill_base_area_of_effect_radius", "active_skill_base_secondary_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 0, 3, 60, 18, 12, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileBoneLance"] = { name = "Unearth", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a projectile that will pierce through enemies to impact the ground at the targeted location, creating a Bone Archer corpse where it lands.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Trappable] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, [SkillType.Multicastable] = true, [SkillType.CanRapidFire] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "unearth_base_corpse_level", "base_cast_speed_+%", "base_skill_effect_duration", "number_of_additional_projectiles", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 1, 10, 6000, 4, levelRequirement = 1, statInterpolation = {3, 3, 2, 2}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 84, 50, 6000, 4, levelRequirement = 84, statInterpolation = {3, 3, 2, 2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileCorpseEruption"] = { name = "Cremation", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "A targeted corpse explodes, dealing area damage and turning into a volcanic geyser, which will repeatedly unleash projectiles sequentially over the surrounding area for a duration. The explosion of the corpse is not affected by modifiers to spell damage, and cannot be reflected.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Fire] = true, [SkillType.Duration] = true, [SkillType.Projectile] = true, [SkillType.Multicastable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Orb] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "corpse_erruption_base_maximum_number_of_geyers", "number_of_additional_projectiles", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "cremation_base_fires_projectile_every_x_ms", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 4000, 1, 2, -60, 1000, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileCorpseWarp"] = { name = "Bodyswap", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Violently destroys your body and recreates it at the location of a targeted enemy or corpse, dealing spell damage in an area at both locations. If there is no specific target, it will prioritise corpses over enemies. If targeting a corpse, the corpse will also explode, dealing damage around it that is not affected by modifiers to spell damage, and cannot be reflected. This spell cannot be repeated.", skillTypes = { [SkillType.Movement] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Trappable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.AreaSpell] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Kirmes Olli
Humanoid
monster base type attack cast speed +% and damage -% final [33]
100% increased maximum Life
100% increased Area of Effect
80% increased Character Size
100% increased maximum Life
100% increased Area of Effect
80% increased Character Size
Spectre | N |
---|---|
Tags | caster, female_rogue_exile, fire_affinity, flesh_armour, has_dagger, has_dual_wield_melee, has_one_handed_melee, human, humanoid, medium_height, medium_movement, not_dex, not_str, physical_affinity, ranged, red_blood, rogue_exile, slashing_weapon |
Life
108%
Energy Shield From Life
100%
Ailment Threshold
108%
Resistance
30 30 30 20
Damage
150%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
Experience
220%
Model Size
100%
Type
ExileWitch7
Metadata
ExileWitch7Supporter
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
6,948
Armour
28,790
Evasion
4,739
Energy Shield
6,127
Damage
560
Spell Damage
560
Accuracy
290
Attack Time
1.245
Experience
22,561
Ailment Threshold
6,948
Chill
22
Shock
22
Brittle
124
Scorch
22
Sap
61
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).
ExileVolatileDead
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Volatile Dead
Critical Strike Chance: 5%
Cast Time: 0.8 sec
Cooldown Time: 2 sec
Corpses near the targeted location explode, dealing damage in a small area and creating an orb which moves towards nearby enemies before dealing spell damage in a larger area. The explosion of the corpse is not affected by modifiers to spell damage, and cannot be reflected.
Deals 674.1 to 1011 Fire Damage
Consumes up to 3 corpses
Base radius is 1.8 metres
Base secondary radius is 1.2 metres
Maximum of 60 Orbs at a time
is area damage [1]
Consumes up to 3 corpses
Base radius is 1.8 metres
Base secondary radius is 1.2 metres
Maximum of 60 Orbs at a time
is area damage [1]
ExileBoneLance
Spell, Projectile, ProjectilesFromUser, Totemable, Mineable, Trappable, Triggerable, Damage, Multicastable, CanRapidFire, Area, AreaSpell, Physical
Unearth
Cast Time: 1 sec
Fires a projectile that will pierce through enemies to impact the ground at the targeted location, creating a Bone Archer corpse where it lands.
Deals 269.6 to 404.4 Physical Damage
Projectiles Pierce all Targets
Base duration is 6 seconds
Fires 4 additional Projectiles
Spawned corpses are Level 68
42.29% increased Cast Speed
base is projectile [1]
Projectiles Pierce all Targets
Base duration is 6 seconds
Fires 4 additional Projectiles
Spawned corpses are Level 68
42.29% increased Cast Speed
base is projectile [1]
ExileCorpseEruption
Spell, Area, Fire, Duration, Projectile, Multicastable, Trappable, Totemable, Mineable, Triggerable, Damage, Cascadable, Projectile, CanRapidFire, AreaSpell, Orb
Cremation
Cast Time: 0.5 sec
Cooldown Time: 6 sec
A targeted corpse explodes, dealing area damage and turning into a volcanic geyser, which will repeatedly unleash projectiles sequentially over the surrounding area for a duration. The explosion of the corpse is not affected by modifiers to spell damage, and cannot be reflected.
Fires Projectiles every 1 seconds
Base duration is 4 seconds
Deals 624.1 to 936.2 Fire Damage
Maximum of 1 Geysers at a time
Fires 2 additional Projectiles
base is projectile [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-60]
Base duration is 4 seconds
Deals 624.1 to 936.2 Fire Damage
Maximum of 1 Geysers at a time
Fires 2 additional Projectiles
base is projectile [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-60]
ExileCorpseWarp
Movement, Spell, Damage, Area, Totemable, Mineable, Trappable, Triggerable, Fire, AreaSpell, Travel
Bodyswap
Cast Time: 1 sec
Cooldown Time: 2 sec
Violently destroys your body and recreates it at the location of a targeted enemy or corpse, dealing spell damage in an area at both locations. If there is no specific target, it will prioritise corpses over enemies. If targeting a corpse, the corpse will also explode, dealing damage around it that is not affected by modifiers to spell damage, and cannot be reflected. This spell cannot be repeated.
Deals 374.5 to 561.7 Fire Damage
is area damage [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Exiles/Exile" Stats { set_base_mana_cost_-% = 0 set_mana_regeneration_rate_per_minute_% = 0 }
Object Type Codes
version 2 extends "Metadata/Monsters/Exiles/Exile" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/BodyArmours/UltimateChaos/UltiChaosCharacterFX.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Exiles/ExileWitch7Supporter"] = { name = "Kirmes Olli", life = 1.08, energyShield = 1, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.245, attackRange = 8, accuracy = 1, weaponType1 = "Dagger", weaponType2 = "Dagger", skillList = { "ExileVolatileDead", "ExileBoneLance", "ExileCorpseEruption", "ExileCorpseWarp", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ExileVolatileDead"] = { name = "Volatile Dead", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Corpses near the targeted location explode, dealing damage in a small area and creating an orb which moves towards nearby enemies before dealing spell damage in a larger area. The explosion of the corpse is not affected by modifiers to spell damage, and cannot be reflected.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "corpse_explosion_monster_life_permillage_fire", "volatile_dead_base_number_of_corpses_to_consume", "volatile_dead_max_cores_allowed", "active_skill_base_area_of_effect_radius", "active_skill_base_secondary_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 0, 3, 60, 18, 12, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileBoneLance"] = { name = "Unearth", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a projectile that will pierce through enemies to impact the ground at the targeted location, creating a Bone Archer corpse where it lands.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Trappable] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, [SkillType.Multicastable] = true, [SkillType.CanRapidFire] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "unearth_base_corpse_level", "base_cast_speed_+%", "base_skill_effect_duration", "number_of_additional_projectiles", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 1, 10, 6000, 4, levelRequirement = 1, statInterpolation = {3, 3, 2, 2}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 84, 50, 6000, 4, levelRequirement = 84, statInterpolation = {3, 3, 2, 2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileCorpseEruption"] = { name = "Cremation", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "A targeted corpse explodes, dealing area damage and turning into a volcanic geyser, which will repeatedly unleash projectiles sequentially over the surrounding area for a duration. The explosion of the corpse is not affected by modifiers to spell damage, and cannot be reflected.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Fire] = true, [SkillType.Duration] = true, [SkillType.Projectile] = true, [SkillType.Multicastable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Orb] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "corpse_erruption_base_maximum_number_of_geyers", "number_of_additional_projectiles", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "cremation_base_fires_projectile_every_x_ms", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 4000, 1, 2, -60, 1000, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileCorpseWarp"] = { name = "Bodyswap", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Violently destroys your body and recreates it at the location of a targeted enemy or corpse, dealing spell damage in an area at both locations. If there is no specific target, it will prioritise corpses over enemies. If targeting a corpse, the corpse will also explode, dealing damage around it that is not affected by modifiers to spell damage, and cannot be reflected. This spell cannot be repeated.", skillTypes = { [SkillType.Movement] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Trappable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.AreaSpell] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
100% increased maximum Life
100% increased Area of Effect
80% increased Character Size
Id | MonsterSupporterGigantism1 |
---|---|
Family | MonsterSupporterGigantism |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |