Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/Export/Scripts/passivetree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,9 @@ for i, group in ipairs(psg.groups) do
end
node["ascendancyName"] = passiveRow.Ascendancy.Name
node["isAscendancyStart"] = passiveRow.AscendancyStart or nil
if node["isAscendancyStart"] then
node["name"] = passiveRow.Ascendancy.Name
end

-- support for jewel sockets in ascendancy
if passiveRow.JewelSocket then
Expand Down
2 changes: 1 addition & 1 deletion src/TreeData/0_1/tree.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/TreeData/0_1/tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25411,7 +25411,7 @@ return {
group=1033,
icon="Art/2DArt/SkillIcons/passives/damage.dds",
isAscendancyStart=true,
name="Master of the Elements",
name="Invoker",
orbit=9,
orbitIndex=24,
skill=9994,
Expand Down Expand Up @@ -49807,7 +49807,7 @@ return {
group=16,
icon="Art/2DArt/SkillIcons/passives/damage.dds",
isAscendancyStart=true,
name="Brute",
name="Warbringer",
orbit=6,
orbitIndex=48,
skill=33812,
Expand Down Expand Up @@ -74110,7 +74110,7 @@ return {
group=266,
icon="Art/2DArt/SkillIcons/passives/damage.dds",
isAscendancyStart=true,
name="Gambler",
name="Gemling Legionnaire",
orbit=9,
orbitIndex=72,
skill=55536,
Expand Down
2 changes: 1 addition & 1 deletion src/TreeData/0_2/tree.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/TreeData/0_2/tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28089,7 +28089,7 @@ return {
group=1132,
icon="Art/2DArt/SkillIcons/passives/damage.dds",
isAscendancyStart=true,
name="Master of the Elements",
name="Invoker",
orbit=9,
orbitIndex=24,
skill=9994,
Expand Down Expand Up @@ -54450,7 +54450,7 @@ return {
group=35,
icon="Art/2DArt/SkillIcons/passives/damage.dds",
isAscendancyStart=true,
name="Brute",
name="Warbringer",
orbit=6,
orbitIndex=48,
skill=33812,
Expand Down Expand Up @@ -80445,7 +80445,7 @@ return {
group=311,
icon="Art/2DArt/SkillIcons/passives/damage.dds",
isAscendancyStart=true,
name="Gambler",
name="Gemling Legionnaire",
orbit=9,
orbitIndex=72,
skill=55536,
Expand Down
2 changes: 1 addition & 1 deletion src/TreeData/0_3/tree.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/TreeData/0_3/tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33012,7 +33012,7 @@ return {
group=1302,
icon="Art/2DArt/SkillIcons/passives/damage.dds",
isAscendancyStart=true,
name="Master of the Elements",
name="Invoker",
orbit=9,
orbitIndex=24,
skill=9994,
Expand Down Expand Up @@ -51123,7 +51123,7 @@ return {
icon="Art/2DArt/SkillIcons/passives/damage.dds",
isAscendancyStart=true,
isSwitchable=true,
name="Necromancer",
name="Lich",
options={
["Abyssal Lich"]={
ascendancyName="Abyssal Lich"
Expand Down Expand Up @@ -64496,7 +64496,7 @@ return {
group=35,
icon="Art/2DArt/SkillIcons/passives/damage.dds",
isAscendancyStart=true,
name="Brute",
name="Warbringer",
orbit=6,
orbitIndex=48,
skill=33812,
Expand Down Expand Up @@ -95163,7 +95163,7 @@ return {
group=366,
icon="Art/2DArt/SkillIcons/passives/damage.dds",
isAscendancyStart=true,
name="Gambler",
name="Gemling Legionnaire",
orbit=9,
orbitIndex=72,
skill=55536,
Expand Down
2 changes: 1 addition & 1 deletion src/TreeData/0_4/tree.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/TreeData/0_4/tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37771,7 +37771,7 @@ return {
group=1430,
icon="Art/2DArt/SkillIcons/passives/damage.dds",
isAscendancyStart=true,
name="Master of the Elements",
name="Invoker",
nodeOverlay={
alloc="InvokerFrameSmallAllocated",
path="InvokerFrameSmallCanAllocate",
Expand Down Expand Up @@ -59146,7 +59146,7 @@ return {
icon="Art/2DArt/SkillIcons/passives/damage.dds",
isAscendancyStart=true,
isSwitchable=true,
name="Necromancer",
name="Lich",
nodeOverlay={
alloc="LichFrameSmallAllocated",
path="LichFrameSmallCanAllocate",
Expand Down Expand Up @@ -75029,7 +75029,7 @@ return {
group=51,
icon="Art/2DArt/SkillIcons/passives/damage.dds",
isAscendancyStart=true,
name="Brute",
name="Warbringer",
nodeOverlay={
alloc="WarbringerFrameSmallAllocated",
path="WarbringerFrameSmallCanAllocate",
Expand Down Expand Up @@ -110738,7 +110738,7 @@ return {
group=443,
icon="Art/2DArt/SkillIcons/passives/damage.dds",
isAscendancyStart=true,
name="Gambler",
name="Gemling Legionnaire",
nodeOverlay={
alloc="Gemling LegionnaireFrameSmallAllocated",
path="Gemling LegionnaireFrameSmallCanAllocate",
Expand Down