Skip to content

Commit bb15ab0

Browse files
author
LocalIdentity
committed
Fix export
1 parent 8aa946a commit bb15ab0

File tree

2 files changed

+42
-50
lines changed

2 files changed

+42
-50
lines changed

src/Data/Skills/act_int.lua

Lines changed: 41 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1780,56 +1780,50 @@ skills["SupportInvisibleMetaGemSupport"] = {
17801780
statDescriptionScope = "gem_stat_descriptions",
17811781
baseFlags = {
17821782
},
1783-
constantStats = {
1784-
{ "cast_on_crit_gain_X_centienergy_per_monster_power_on_crit", 100 },
1785-
},
17861783
stats = {
1787-
"energy_generated_+%",
1788-
"generic_ongoing_trigger_triggers_at_maximum_energy",
1789-
"generic_ongoing_trigger_maximum_energy_is_total_of_socketed_skills",
1790-
"base_deal_no_damage",
1784+
"skill_cannot_generate_energy",
17911785
},
17921786
levels = {
1793-
[1] = { 0, statInterpolation = { 1, }, actorLevel = 1, },
1794-
[2] = { 3, statInterpolation = { 1, }, actorLevel = 3.4519999027252, },
1795-
[3] = { 6, statInterpolation = { 1, }, actorLevel = 6.7670001983643, },
1796-
[4] = { 9, statInterpolation = { 1, }, actorLevel = 10.307999610901, },
1797-
[5] = { 12, statInterpolation = { 1, }, actorLevel = 14.074999809265, },
1798-
[6] = { 15, statInterpolation = { 1, }, actorLevel = 18.068000793457, },
1799-
[7] = { 18, statInterpolation = { 1, }, actorLevel = 22.287000656128, },
1800-
[8] = { 21, statInterpolation = { 1, }, actorLevel = 26.732000350952, },
1801-
[9] = { 24, statInterpolation = { 1, }, actorLevel = 31.40299987793, },
1802-
[10] = { 27, statInterpolation = { 1, }, actorLevel = 36.299999237061, },
1803-
[11] = { 30, statInterpolation = { 1, }, actorLevel = 41.423000335693, },
1804-
[12] = { 33, statInterpolation = { 1, }, actorLevel = 46.771999359131, },
1805-
[13] = { 36, statInterpolation = { 1, }, actorLevel = 52.34700012207, },
1806-
[14] = { 39, statInterpolation = { 1, }, actorLevel = 58.147998809814, },
1807-
[15] = { 42, statInterpolation = { 1, }, actorLevel = 64.175003051758, },
1808-
[16] = { 45, statInterpolation = { 1, }, actorLevel = 70.428001403809, },
1809-
[17] = { 48, statInterpolation = { 1, }, actorLevel = 76.906997680664, },
1810-
[18] = { 51, statInterpolation = { 1, }, actorLevel = 83.611999511719, },
1811-
[19] = { 54, statInterpolation = { 1, }, actorLevel = 90.542999267578, },
1812-
[20] = { 57, statInterpolation = { 1, }, actorLevel = 97.699996948242, },
1813-
[21] = { 60, statInterpolation = { 1, }, actorLevel = 105.08300018311, },
1814-
[22] = { 63, statInterpolation = { 1, }, actorLevel = 112.69200134277, },
1815-
[23] = { 66, statInterpolation = { 1, }, actorLevel = 120.52700042725, },
1816-
[24] = { 69, statInterpolation = { 1, }, actorLevel = 128.58799743652, },
1817-
[25] = { 72, statInterpolation = { 1, }, actorLevel = 136.875, },
1818-
[26] = { 75, statInterpolation = { 1, }, actorLevel = 145.38800048828, },
1819-
[27] = { 78, statInterpolation = { 1, }, actorLevel = 154.12699890137, },
1820-
[28] = { 81, statInterpolation = { 1, }, actorLevel = 163.09199523926, },
1821-
[29] = { 84, statInterpolation = { 1, }, actorLevel = 172.28300476074, },
1822-
[30] = { 87, statInterpolation = { 1, }, actorLevel = 181.69999694824, },
1823-
[31] = { 90, statInterpolation = { 1, }, actorLevel = 191.34300231934, },
1824-
[32] = { 93, statInterpolation = { 1, }, actorLevel = 201.21200561523, },
1825-
[33] = { 96, statInterpolation = { 1, }, actorLevel = 211.30700683594, },
1826-
[34] = { 99, statInterpolation = { 1, }, actorLevel = 221.62800598145, },
1827-
[35] = { 102, statInterpolation = { 1, }, actorLevel = 232.17500305176, },
1828-
[36] = { 105, statInterpolation = { 1, }, actorLevel = 242.94799804688, },
1829-
[37] = { 108, statInterpolation = { 1, }, actorLevel = 253.94700622559, },
1830-
[38] = { 111, statInterpolation = { 1, }, actorLevel = 265.17199707031, },
1831-
[39] = { 114, statInterpolation = { 1, }, actorLevel = 276.62298583984, },
1832-
[40] = { 117, statInterpolation = { 1, }, actorLevel = 288.29998779297, },
1787+
[1] = { actorLevel = 1, },
1788+
[2] = { actorLevel = 3.4519999027252, },
1789+
[3] = { actorLevel = 6.7670001983643, },
1790+
[4] = { actorLevel = 10.307999610901, },
1791+
[5] = { actorLevel = 14.074999809265, },
1792+
[6] = { actorLevel = 18.068000793457, },
1793+
[7] = { actorLevel = 22.287000656128, },
1794+
[8] = { actorLevel = 26.732000350952, },
1795+
[9] = { actorLevel = 31.40299987793, },
1796+
[10] = { actorLevel = 36.299999237061, },
1797+
[11] = { actorLevel = 41.423000335693, },
1798+
[12] = { actorLevel = 46.771999359131, },
1799+
[13] = { actorLevel = 52.34700012207, },
1800+
[14] = { actorLevel = 58.147998809814, },
1801+
[15] = { actorLevel = 64.175003051758, },
1802+
[16] = { actorLevel = 70.428001403809, },
1803+
[17] = { actorLevel = 76.906997680664, },
1804+
[18] = { actorLevel = 83.611999511719, },
1805+
[19] = { actorLevel = 90.542999267578, },
1806+
[20] = { actorLevel = 97.699996948242, },
1807+
[21] = { actorLevel = 105.08300018311, },
1808+
[22] = { actorLevel = 112.69200134277, },
1809+
[23] = { actorLevel = 120.52700042725, },
1810+
[24] = { actorLevel = 128.58799743652, },
1811+
[25] = { actorLevel = 136.875, },
1812+
[26] = { actorLevel = 145.38800048828, },
1813+
[27] = { actorLevel = 154.12699890137, },
1814+
[28] = { actorLevel = 163.09199523926, },
1815+
[29] = { actorLevel = 172.28300476074, },
1816+
[30] = { actorLevel = 181.69999694824, },
1817+
[31] = { actorLevel = 191.34300231934, },
1818+
[32] = { actorLevel = 201.21200561523, },
1819+
[33] = { actorLevel = 211.30700683594, },
1820+
[34] = { actorLevel = 221.62800598145, },
1821+
[35] = { actorLevel = 232.17500305176, },
1822+
[36] = { actorLevel = 242.94799804688, },
1823+
[37] = { actorLevel = 253.94700622559, },
1824+
[38] = { actorLevel = 265.17199707031, },
1825+
[39] = { actorLevel = 276.62298583984, },
1826+
[40] = { actorLevel = 288.29998779297, },
18331827
},
18341828
},
18351829
}
@@ -5255,8 +5249,6 @@ skills["SupportElementalInvocationPlayer"] = {
52555249
},
52565250
}
52575251
}
5258-
5259-
52605252
skills["BlazingClusterPlayer"] = {
52615253
name = "Ember Fusillade",
52625254
baseTypeName = "Ember Fusillade",

src/Export/Skills/act_int.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ statMap = {
122122

123123
#skill SupportInvisibleMetaGemSupport
124124
#startSets
125-
#set MetaCastOnCritPlayer
125+
#set SupportInvisibleMetaGemSupport
126126
#flags
127127
#mods
128128
#skillEnd

0 commit comments

Comments
 (0)