Solar Guard
ConstructArea: The Solaris Concourse, The Solaris Temple Level 1, The Solaris Temple Level 2, The Harbour Bridge, The Eternal Laboratory, Ivory Temple Map, The Lake of Kalandra
Gain 60% of Physical Damage as Extra Fire Damage
| Spectre | Y |
|---|---|
| Area | The Solaris Concourse, The Solaris Temple Level 1, The Solaris Temple Level 2, The Harbour Bridge, The Eternal Laboratory, Ivory Temple Map, The Lake of Kalandra |
| Tags | animal_claw_weapon, Caster, construct, fire_affinity, humanoid, is_unarmed, medium_height, medium_movement, mud_blood, not_dex, ranged, stone_armour, stone_construct, templar |
| Packs |
Life
198%
Energy Shield From Life
25%
Armour
+25%
Ailment Threshold
198%
Resistance
Damage
112%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
Experience
180%
Model Size
120%
Type
HolyFireElementalSolarisChampion
Metadata
HolyFireElementalSolarisBeam
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
83
Life
47,545
Armour
115,596
Evasion Rating
7,860
Energy Shield
7,583
Damage
1,008
Spell Damage
1,008
Accuracy
1,036
Attack Time
1.5
Experience
23,638
Minion Life
9,060
Minion Energy Shield
1,445
Minion Damage
852
Ailment Threshold
63,393
Chill
200
Shock
200
Brittle
1,134
Scorch
200
Sap
554
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).
SpecialBeamCannon
Spell, Damage
Cast Time: 2.5 sec
Cooldown Time: 8 sec
Deals 2186 to 3279 Fire Damage
active skill area of effect radius +% final [-23]
is area damage [1]
HolyFireElementalFireball
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Fireball
Critical Strike Chance: 6%
Cast Time: 0.85 sec
Unleashes a ball of fire towards a target which explodes, damaging nearby foes.
Deals 1654 to 2561 Fire Damage
Base radius is 0.9 metres
base is projectile [1]
spell maximum action distance +% [-50]
Object Type
version 2 extends "Metadata/Monsters/Monster"
Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Life
{
on_spawned_dead = "HideMeshSegments( geo_L_Arm1Shape,geo_L_Leg1Shape,geo_R_Arm1Shape,geo_R_Leg1Shape,geo_Torso1Shape );"
}
Animated
{
on_death = "HideMeshSegments( geo_L_Arm1Shape,geo_L_Leg1Shape,geo_R_Arm1Shape,geo_R_Leg1Shape,geo_Torso1Shape );"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/HolyFireElemental/HolyFireElementalSolarisBeam"] = {
name = "Solar Guard",
life = 1.98,
energyShield = 0.25,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.12,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 9,
accuracy = 1,
skillList = {
"HolyFireElementalFireball",
"SpecialBeamCannon",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["HolyFireElementalFireball"] = {
name = "Fireball",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[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.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.85,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"spell_maximum_action_distance_+%",
"active_skill_base_area_of_effect_radius",
"base_is_projectile",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, },
[2] = {1.75, 2.710000038147, -50, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SpecialBeamCannon"] = {
name = "SpecialBeamCannon",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, },
},
}
Gain 60% of Physical Damage as Extra Fire Damage
| Family | PhysicalAddedAsFire |
|---|---|
| Domains | Monster (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | physical_damage elemental_damage Damage Physical Elemental Fire |
Solar Guard
ConstructGain 60% of Physical Damage as Extra Fire Damage
| Spectre | Y |
|---|---|
| Tags | animal_claw_weapon, Caster, construct, fire_affinity, humanoid, is_unarmed, medium_movement, mud_blood, not_dex, ranged, stone_armour, stone_construct, templar |
| Packs |
Life
198%
Energy Shield From Life
25%
Armour
+25%
Ailment Threshold
198%
Resistance
Damage
112%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
Experience
180%
Model Size
120%
Type
HolyFireElementalSolarisChampion
Metadata
HolyFireElementalSolarisBeamHellscape
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
9,554
Armour
35,988
Evasion Rating
4,739
Energy Shield
3,033
Damage
418
Spell Damage
418
Accuracy
580
Attack Time
1.5
Experience
18,459
Minion Life
2,072
Minion Energy Shield
658
Minion Damage
334
Ailment Threshold
12,738
Chill
40
Shock
40
Brittle
228
Scorch
40
Sap
111
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).
SpecialBeamCannon
Spell, Damage
Cast Time: 2.5 sec
Cooldown Time: 8 sec
Deals 1063 to 1594 Fire Damage
active skill area of effect radius +% final [-23]
is area damage [1]
HolyFireElementalFireball
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Fireball
Critical Strike Chance: 6%
Cast Time: 0.85 sec
Unleashes a ball of fire towards a target which explodes, damaging nearby foes.
Deals 776.5 to 1202 Fire Damage
Base radius is 0.9 metres
base is projectile [1]
spell maximum action distance +% [-50]
Object Type
version 2 extends "Metadata/Monsters/Monster"
Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Life
{
on_spawned_dead = "HideMeshSegments( geo_L_Arm1Shape,geo_L_Leg1Shape,geo_R_Arm1Shape,geo_R_Leg1Shape,geo_Torso1Shape );"
}
Animated
{
on_death = "HideMeshSegments( geo_L_Arm1Shape,geo_L_Leg1Shape,geo_R_Arm1Shape,geo_R_Leg1Shape,geo_Torso1Shape );"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/HolyFireElemental/HolyFireElementalSolarisBeamHellscape"] = {
name = "Solar Guard",
life = 1.98,
energyShield = 0.25,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.12,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 9,
accuracy = 1,
skillList = {
"HolyFireElementalFireball",
"SpecialBeamCannon",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["HolyFireElementalFireball"] = {
name = "Fireball",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[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.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.85,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"spell_maximum_action_distance_+%",
"active_skill_base_area_of_effect_radius",
"base_is_projectile",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, },
[2] = {1.75, 2.710000038147, -50, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SpecialBeamCannon"] = {
name = "SpecialBeamCannon",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, },
},
}
Gain 60% of Physical Damage as Extra Fire Damage
| Family | PhysicalAddedAsFire |
|---|---|
| Domains | Monster (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | physical_damage elemental_damage Damage Physical Elemental Fire |
Solar Guard
| Spectre | Y |
|---|---|
| Area | The Twilight Temple |
| Tags | animal_claw_weapon, Caster, construct, fire_affinity, humanoid, is_unarmed, medium_height, medium_movement, mud_blood, not_dex, ranged, stone_armour, stone_construct, templar |
| Packs |
Life
198%
Energy Shield From Life
25%
Armour
+25%
Ailment Threshold
198%
Resistance
Damage
112%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
Experience
180%
Model Size
120%
Type
HolyFireElementalSolarisChampion
Metadata
HolyFireElementalSolarisBeamSchism
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
71
Life
13,042
Armour
45,591
Evasion Rating
5,260
Energy Shield
3,653
Damage
501
Spell Damage
501
Accuracy
652
Attack Time
1.5
Experience
19,708
Minion Life
2,755
Minion Energy Shield
772
Minion Damage
404
Ailment Threshold
17,389
Chill
55
Shock
55
Brittle
311
Scorch
55
Sap
152
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).
SpecialBeamCannon
Spell, Damage
Cast Time: 2.5 sec
Cooldown Time: 8 sec
Deals 1231 to 1846 Fire Damage
active skill area of effect radius +% final [-23]
is area damage [1]
HolyFireElementalFireball
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Fireball
Critical Strike Chance: 6%
Cast Time: 0.85 sec
Unleashes a ball of fire towards a target which explodes, damaging nearby foes.
Deals 905.5 to 1402 Fire Damage
Base radius is 0.9 metres
base is projectile [1]
spell maximum action distance +% [-50]
Object Type
version 2 extends "Metadata/Monsters/Monster"
Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Life
{
on_spawned_dead = "HideMeshSegments( geo_L_Arm1Shape,geo_L_Leg1Shape,geo_R_Arm1Shape,geo_R_Leg1Shape,geo_Torso1Shape );"
}
Animated
{
on_death = "HideMeshSegments( geo_L_Arm1Shape,geo_L_Leg1Shape,geo_R_Arm1Shape,geo_R_Leg1Shape,geo_Torso1Shape );"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/HolyFireElemental/HolyFireElementalSolarisBeamSchism"] = {
name = "Solar Guard",
life = 1.98,
energyShield = 0.25,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.12,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 9,
accuracy = 1,
skillList = {
"HolyFireElementalFireball",
"SpecialBeamCannon",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["HolyFireElementalFireball"] = {
name = "Fireball",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[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.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.85,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"spell_maximum_action_distance_+%",
"active_skill_base_area_of_effect_radius",
"base_is_projectile",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, },
[2] = {1.75, 2.710000038147, -50, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SpecialBeamCannon"] = {
name = "SpecialBeamCannon",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, },
},
}
Gain 60% of Physical Damage as Extra Fire Damage
| Family | PhysicalAddedAsFire |
|---|---|
| Domains | Monster (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | physical_damage elemental_damage Damage Physical Elemental Fire |
Solar Guard
| Spectre | Y |
|---|---|
| Area | The Harbour Bridge |
| Tags | animal_claw_weapon, Caster, construct, fire_affinity, humanoid, is_unarmed, medium_height, medium_movement, mud_blood, not_dex, ranged, stone_armour, stone_construct, templar |
Life
198%
Energy Shield From Life
25%
Armour
+25%
Ailment Threshold
198%
Resistance
Damage
112%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
Experience
180%
Model Size
120%
Type
HolyFireElementalSolarisChampion
Metadata
HolyFireElementalSolarisBeamNewTeam
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
60
Life
5,492
Armour
18,973
Evasion Rating
3,556
Energy Shield
1,831
Damage
278
Spell Damage
278
Accuracy
422
Attack Time
1.5
Experience
14,877
Minion Life
1,280
Minion Energy Shield
427
Minion Damage
217
Ailment Threshold
7,322
Chill
23
Shock
23
Brittle
131
Scorch
23
Sap
64
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).
SpecialBeamCannon
Spell, Damage
Cast Time: 2.5 sec
Cooldown Time: 8 sec
Deals 712.9 to 1069 Fire Damage
active skill area of effect radius +% final [-23]
is area damage [1]
HolyFireElementalFireball
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Fireball
Critical Strike Chance: 6%
Cast Time: 0.85 sec
Unleashes a ball of fire towards a target which explodes, damaging nearby foes.
Deals 233.8 to 350.6 Fire Damage
Base radius is 0.9 metres
base is projectile [1]
spell maximum action distance +% [-50]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Positioned
{
team = 126
}
Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Life
{
on_spawned_dead = "HideMeshSegments( geo_L_Arm1Shape,geo_L_Leg1Shape,geo_R_Arm1Shape,geo_R_Leg1Shape,geo_Torso1Shape );"
}
Animated
{
on_death = "HideMeshSegments( geo_L_Arm1Shape,geo_L_Leg1Shape,geo_R_Arm1Shape,geo_R_Leg1Shape,geo_Torso1Shape );"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/HolyFireElemental/HolyFireElementalSolarisBeamNewTeam"] = {
name = "Solar Guard",
life = 1.98,
energyShield = 0.25,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.12,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 9,
accuracy = 1,
skillList = {
"HolyFireElementalFireball",
"SpecialBeamCannon",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["HolyFireElementalFireball"] = {
name = "Fireball",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[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.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.85,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"spell_maximum_action_distance_+%",
"active_skill_base_area_of_effect_radius",
"base_is_projectile",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, },
[2] = {1.75, 2.710000038147, -50, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SpecialBeamCannon"] = {
name = "SpecialBeamCannon",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, -23, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, },
},
}
Gain 60% of Physical Damage as Extra Fire Damage
| Family | PhysicalAddedAsFire |
|---|---|
| Domains | Monster (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | physical_damage elemental_damage Damage Physical Elemental Fire |
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.