@@ -1350,6 +1350,43 @@ skills["SupportEarthbreaker"] = {
13501350 [40 ] = { 100 , 34 , levelRequirement = 100 , manaMultiplier = 100 , statInterpolation = { 1 , 1 , }, },
13511351 },
13521352}
1353+ skills [" SupportEclipse" ] = {
1354+ name = " Eclipse" ,
1355+ description = " Supports any skill gem.\n Cannot support skills that don't come from gems." ,
1356+ color = 4 ,
1357+ support = true ,
1358+ requireSkillTypes = { },
1359+ addSkillTypes = { },
1360+ excludeSkillTypes = { SkillType .SkillGrantedBySupport , },
1361+ supportGemsOnly = true ,
1362+ statDescriptionScope = " gem_stat_descriptions" ,
1363+ qualityStats = {
1364+ Default = {
1365+ { " local_gem_experience_gain_+%" , 5 },
1366+ },
1367+ },
1368+ stats = {
1369+ " supported_active_skill_gem_level_+" ,
1370+ " supported_active_skill_gem_quality_%" ,
1371+ },
1372+ levels = {
1373+ [1 ] = { 1 , 4 , levelRequirement = 72 , manaMultiplier = - 2 , statInterpolation = { 1 , 1 , }, },
1374+ [2 ] = { 1 , 8 , levelRequirement = 74 , manaMultiplier = - 4 , statInterpolation = { 1 , 1 , }, },
1375+ [3 ] = { 1 , 12 , levelRequirement = 76 , manaMultiplier = - 6 , statInterpolation = { 1 , 1 , }, },
1376+ [4 ] = { 2 , 16 , levelRequirement = 78 , manaMultiplier = - 8 , statInterpolation = { 1 , 1 , }, },
1377+ [5 ] = { 2 , 18 , levelRequirement = 80 , manaMultiplier = - 9 , statInterpolation = { 1 , 1 , }, },
1378+ [6 ] = { 2 , 20 , levelRequirement = 82 , manaMultiplier = - 10 , statInterpolation = { 1 , 1 , }, },
1379+ [7 ] = { 2 , 22 , levelRequirement = 84 , manaMultiplier = - 11 , statInterpolation = { 1 , 1 , }, },
1380+ [8 ] = { 2 , 24 , levelRequirement = 86 , manaMultiplier = - 12 , statInterpolation = { 1 , 1 , }, },
1381+ [9 ] = { 2 , 26 , levelRequirement = 88 , manaMultiplier = - 13 , statInterpolation = { 1 , 1 , }, },
1382+ [10 ] = { 3 , 28 , levelRequirement = 90 , manaMultiplier = - 14 , statInterpolation = { 1 , 1 , }, },
1383+ [11 ] = { 3 , 30 , levelRequirement = 91 , manaMultiplier = - 15 , statInterpolation = { 1 , 1 , }, },
1384+ [12 ] = { 3 , 32 , levelRequirement = 92 , manaMultiplier = - 16 , statInterpolation = { 1 , 1 , }, },
1385+ [13 ] = { 3 , 34 , levelRequirement = 93 , manaMultiplier = - 17 , statInterpolation = { 1 , 1 , }, },
1386+ [14 ] = { 3 , 36 , levelRequirement = 94 , manaMultiplier = - 18 , statInterpolation = { 1 , 1 , }, },
1387+ [15 ] = { 3 , 38 , levelRequirement = 95 , manaMultiplier = - 19 , statInterpolation = { 1 , 1 , }, },
1388+ },
1389+ }
13531390skills [" SupportElementalPenetration" ] = {
13541391 name = " Elemental Penetration" ,
13551392 description = " Supports any skill that hits enemies, making those hits penetrate enemy elemental resistances." ,
0 commit comments