diff --git a/src/Data/Skills/other.lua b/src/Data/Skills/other.lua index ba8ce275..7c0a69d9 100644 --- a/src/Data/Skills/other.lua +++ b/src/Data/Skills/other.lua @@ -186,6 +186,9 @@ skills["BleedingConcoctionPlayer"] = { damageIncrementalEffectiveness = 0.0065000001341105, statDescriptionScope = "throw_flask_bleed", baseFlags = { + attack = true, + area = true, + projectile = true, }, constantStats = { { "additional_base_critical_strike_chance", 500 }, @@ -314,6 +317,8 @@ skills["MeleeBowPlayer"] = { incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "skill_stat_descriptions", baseFlags = { + attack = true, + projectile = true, }, constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, @@ -734,6 +739,8 @@ skills["ElementalExpressionTriggeredPlayer"] = { damageIncrementalEffectiveness = 0.0065000001341105, statDescriptionScope = "skill_stat_descriptions", baseFlags = { + spell = true, + area = true, }, constantStats = { { "active_skill_base_area_of_effect_radius", 36 }, @@ -795,6 +802,8 @@ skills["ElementalExpressionTriggeredPlayer"] = { damageIncrementalEffectiveness = 0.0065000001341105, statDescriptionScope = "skill_stat_descriptions", baseFlags = { + spell = true, + projectile = true, }, constantStats = { { "base_number_of_projectiles", 3 }, @@ -859,6 +868,8 @@ skills["ElementalExpressionTriggeredPlayer"] = { damageIncrementalEffectiveness = 0.0065000001341105, statDescriptionScope = "skill_stat_descriptions", baseFlags = { + spell = true, + chaining = true, }, constantStats = { { "number_of_chains", 7 }, @@ -975,6 +986,8 @@ skills["ElementalStormPlayer"] = { damageIncrementalEffectiveness = 0.0065000001341105, statDescriptionScope = "tornado_triggered", baseFlags = { + area = true, + duration = true, }, constantStats = { { "tornado_base_damage_interval_ms", 250 }, @@ -1041,6 +1054,9 @@ skills["ElementalStormPlayer"] = { damageIncrementalEffectiveness = 0.0065000001341105, statDescriptionScope = "tornado_triggered", baseFlags = { + spell = true, + area = true, + duration = true, }, constantStats = { { "tornado_base_damage_interval_ms", 250 }, @@ -1109,6 +1125,9 @@ skills["ElementalStormPlayer"] = { damageIncrementalEffectiveness = 0.0065000001341105, statDescriptionScope = "tornado_triggered", baseFlags = { + spell = true, + area = true, + duration = true, }, constantStats = { { "tornado_base_damage_interval_ms", 250 }, @@ -1177,6 +1196,9 @@ skills["ElementalStormPlayer"] = { damageIncrementalEffectiveness = 0.0065000001341105, statDescriptionScope = "tornado_triggered", baseFlags = { + spell = true, + area = true, + duration = true, }, constantStats = { { "tornado_base_damage_interval_ms", 250 }, @@ -1299,6 +1321,7 @@ skills["EncaseInJadePlayer"] = { incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "encase_in_jade", baseFlags = { + duration = true, }, constantStats = { { "base_skill_effect_duration", 4000 }, @@ -1413,6 +1436,10 @@ skills["ExplosiveConcoctionPlayer"] = { damageIncrementalEffectiveness = 0.0065000001341105, statDescriptionScope = "throw_flask_fire", baseFlags = { + attack = true, + area = true, + projectile = true, + duration = true, }, constantStats = { { "additional_base_critical_strike_chance", 500 }, @@ -1541,6 +1568,10 @@ skills["FulminatingConcoctionPlayer"] = { damageIncrementalEffectiveness = 0.0065000001341105, statDescriptionScope = "throw_flask_lightning", baseFlags = { + attack = true, + area = true, + projectile = true, + duration = true, }, constantStats = { { "additional_base_critical_strike_chance", 800 }, @@ -1898,6 +1929,9 @@ skills["Melee1HMacePlayer"] = { incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "skill_stat_descriptions", baseFlags = { + attack = true, + area = true, + melee = true, }, constantStats = { { "melee_conditional_step_distance", 10 }, @@ -2011,6 +2045,9 @@ skills["Melee2HMacePlayer"] = { incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "skill_stat_descriptions", baseFlags = { + attack = true, + area = true, + melee = true, }, constantStats = { { "melee_conditional_step_distance", 10 }, @@ -2125,6 +2162,9 @@ skills["MeleeMaceMacePlayer"] = { incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "skill_stat_descriptions", baseFlags = { + attack = true, + area = true, + melee = true, }, constantStats = { { "melee_conditional_step_distance", 10 }, @@ -2355,6 +2395,9 @@ skills["PoisonousConcoctionPlayer"] = { damageIncrementalEffectiveness = 0.0065000001341105, statDescriptionScope = "throw_flask_poison", baseFlags = { + attack = true, + area = true, + projectile = true, }, constantStats = { { "additional_base_critical_strike_chance", 500 }, @@ -2752,6 +2795,10 @@ skills["ShatteringConcoctionPlayer"] = { damageIncrementalEffectiveness = 0.0065000001341105, statDescriptionScope = "throw_flask_cold", baseFlags = { + attack = true, + area = true, + projectile = true, + duration = true, }, constantStats = { { "additional_base_critical_strike_chance", 1100 }, @@ -3226,6 +3273,8 @@ skills["TimeFreezePlayer"] = { incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "time_stop", baseFlags = { + area = true, + duration = true, }, constantStats = { { "base_skill_effect_duration", 3000 }, diff --git a/src/Export/Skills/other.txt b/src/Export/Skills/other.txt index deed92d5..14c9fbf3 100644 --- a/src/Export/Skills/other.txt +++ b/src/Export/Skills/other.txt @@ -18,7 +18,7 @@ local skills, mod, flag, skill = ... #skill BleedingConcoctionPlayer #startSets #set BleedingConcoctionPlayer -#flags +#flags attack area projectile #mods #skillEnd @@ -26,7 +26,7 @@ local skills, mod, flag, skill = ... #skill MeleeBowPlayer #startSets #set MeleeBowPlayer -#flags +#flags attack projectile #mods #skillEnd @@ -53,13 +53,13 @@ local skills, mod, flag, skill = ... #flags #mods #set ElementalExpressionFirePlayer -#flags +#flags spell area #mods #set ElementalExpressionColdPlayer -#flags +#flags spell projectile #mods #set ElementalExpressionLightningPlayer -#flags +#flags spell chaining #mods #skillEnd @@ -67,16 +67,16 @@ local skills, mod, flag, skill = ... #skill ElementalStormPlayer #startSets #set ElementalStormPlayer -#flags +#flags area duration #mods #set ElementalStormFirePlayer -#flags +#flags spell area duration #mods #set ElementalStormLightningPlayer -#flags +#flags spell area duration #mods #set ElementalStormColdPlayer -#flags +#flags spell area duration #mods #skillEnd @@ -84,7 +84,7 @@ local skills, mod, flag, skill = ... #skill EncaseInJadePlayer #startSets #set EncaseInJadePlayer -#flags +#flags duration #mods #skillEnd @@ -92,7 +92,7 @@ local skills, mod, flag, skill = ... #skill ExplosiveConcoctionPlayer #startSets #set ExplosiveConcoctionPlayer -#flags +#flags attack area projectile duration #mods #skillEnd @@ -100,7 +100,7 @@ local skills, mod, flag, skill = ... #skill FulminatingConcoctionPlayer #startSets #set FulminatingConcoctionPlayer -#flags +#flags attack area projectile duration #mods #skillEnd @@ -124,7 +124,7 @@ local skills, mod, flag, skill = ... #skill Melee1HMacePlayer #startSets #set Melee1HMacePlayer -#flags +#flags attack area melee #mods #skillEnd @@ -132,7 +132,7 @@ local skills, mod, flag, skill = ... #skill Melee2HMacePlayer #startSets #set Melee2HMacePlayer -#flags +#flags attack area melee #mods #skillEnd @@ -140,7 +140,7 @@ local skills, mod, flag, skill = ... #skill MeleeMaceMacePlayer #startSets #set MeleeMaceMacePlayer -#flags +#flags attack area melee #mods #skillEnd @@ -156,7 +156,7 @@ local skills, mod, flag, skill = ... #skill PoisonousConcoctionPlayer #startSets #set PoisonousConcoctionPlayer -#flags +#flags attack area projectile #mods #skillEnd @@ -188,7 +188,7 @@ local skills, mod, flag, skill = ... #skill ShatteringConcoctionPlayer #startSets #set ShatteringConcoctionPlayer -#flags +#flags attack area projectile duration #mods #skillEnd @@ -221,7 +221,7 @@ local skills, mod, flag, skill = ... #skill TimeFreezePlayer #startSets #set TimeFreezePlayer -#flags +#flags area duration #mods #skillEnd