Skip to content

Commit 1c9de39

Browse files
author
LocalIdentity
committed
Fix Graft skill gem name
Was using the graft name instead of the skill gem name
1 parent c7cef2b commit 1c9de39

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

src/Data/Bases/graft.lua

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,112 +5,112 @@ local itemBases = ...
55
itemBases["Battering Uulgraft"] = {
66
type = "Graft",
77
tags = { graft = true, graft_damaging_skill = true, graft_uulnetol = true, graft_uulnetol_hand_slam = true, },
8-
implicit = "(4-12)% reduced Enemy Stun Threshold\nUses level (1-30) Battering Uulgraft",
8+
implicit = "(4-12)% reduced Enemy Stun Threshold\nUses level (1-30) Return to Dust",
99
implicitModTypes = { { }, },
1010
req = { },
1111
}
1212
itemBases["Spiking Uulgraft"] = {
1313
type = "Graft",
1414
tags = { graft = true, graft_damaging_skill = true, graft_uulnetol = true, graft_uulnetol_bone_spires = true, },
15-
implicit = "Attacks have (4-12)% chance to cause Bleeding\nUses level (1-30) Spiking Uulgraft",
15+
implicit = "Attacks have (4-12)% chance to cause Bleeding\nUses level (1-30) Seize the Flesh",
1616
implicitModTypes = { { "bleed", "physical", "attack", "ailment" }, },
1717
req = { },
1818
}
1919
itemBases["Impaling Uulgraft"] = {
2020
type = "Graft",
2121
tags = { graft = true, graft_uulnetol = true, graft_uulnetol_impale_buff = true, },
22-
implicit = "(4-12)% chance to Impale Enemies on Hit with Attacks\nUses level (1-30) Impaling Uulgraft",
22+
implicit = "(4-12)% chance to Impale Enemies on Hit with Attacks\nUses level (1-30) Violent Desire",
2323
implicitModTypes = { { "physical", "attack" }, },
2424
req = { },
2525
}
2626
itemBases["Hardening Uulgraft"] = {
2727
type = "Graft",
2828
tags = { graft = true, graft_uulnetol = true, graft_uulnetol_low_life_buff = true, },
29-
implicit = "(1-3)% additional Physical Damage Reduction\nUses level (1-30) Hardening Uulgraft",
29+
implicit = "(1-3)% additional Physical Damage Reduction\nUses level (1-30) Tender Embrace",
3030
implicitModTypes = { { "physical" }, },
3131
req = { },
3232
}
3333
itemBases["Molten Xophgraft"] = {
3434
type = "Graft",
3535
tags = { graft = true, graft_damaging_skill = true, graft_xoph = true, graft_xoph_molten_shell = true, },
36-
implicit = "(10-20)% increased Armour\nUses level (1-30) Molten Xophgraft",
36+
implicit = "(10-20)% increased Armour\nUses level (1-30) Heart of Flame",
3737
implicitModTypes = { { "defences", "armour" }, },
3838
req = { },
3939
}
4040
itemBases["Erupting Xophgraft"] = {
4141
type = "Graft",
4242
tags = { graft = true, graft_damaging_skill = true, graft_xoph = true, graft_xoph_cremations = true, },
43-
implicit = "(8-16)% increased Area Damage\nUses level (1-30) Erupting Xophgraft",
43+
implicit = "(8-16)% increased Area Damage\nUses level (1-30) His Burning Message",
4444
implicitModTypes = { { "damage" }, },
4545
req = { },
4646
}
4747
itemBases["Flamecaller Xophgraft"] = {
4848
type = "Graft",
4949
tags = { graft = true, graft_damaging_skill = true, graft_xoph = true, graft_xoph_flame_pillars = true, },
50-
implicit = "(8-16)% increased Elemental Damage with Attack Skills\nUses level (1-30) Flamecaller Xophgraft",
50+
implicit = "(8-16)% increased Elemental Damage with Attack Skills\nUses level (1-30) Call the Pyre",
5151
implicitModTypes = { { "elemental_damage", "damage", "elemental", "attack" }, },
5252
req = { },
5353
}
5454
itemBases["Stoking Xophgraft"] = {
5555
type = "Graft",
5656
tags = { graft = true, graft_xoph = true, graft_xoph_ailment_buff = true, },
57-
implicit = "(5-10)% increased Duration of Elemental Ailments on Enemies\nUses level (1-30) Stoking Xophgraft",
57+
implicit = "(5-10)% increased Duration of Elemental Ailments on Enemies\nUses level (1-30) The Grey Wind Howls",
5858
implicitModTypes = { { "elemental", "fire", "cold", "lightning", "ailment" }, },
5959
req = { },
6060
}
6161
itemBases["Storming Eshgraft"] = {
6262
type = "Graft",
6363
tags = { graft = true, graft_damaging_skill = true, graft_esh = true, graft_esh_bolt_ring = true, },
64-
implicit = "Adds (1-4) to (18-20) Lightning Damage\nUses level (1-30) Storming Eshgraft",
64+
implicit = "Adds (1-4) to (18-20) Lightning Damage\nUses level (1-30) Wreathed in Light",
6565
implicitModTypes = { { "elemental_damage", "damage", "elemental", "lightning" }, },
6666
req = { },
6767
}
6868
itemBases["Replicating Eshgraft"] = {
6969
type = "Graft",
7070
tags = { graft = true, graft_damaging_skill = true, graft_esh = true, graft_esh_lightning_clones = true, },
71-
implicit = "(3-5)% increased Movement Speed\nUses level (1-30) Replicating Eshgraft",
71+
implicit = "(3-5)% increased Movement Speed\nUses level (1-30) Glowing Silhouette",
7272
implicitModTypes = { { "speed" }, },
7373
req = { },
7474
}
7575
itemBases["Draining Eshgraft"] = {
7676
type = "Graft",
7777
tags = { graft = true, graft_damaging_skill = true, graft_esh = true, graft_esh_lightning_hands = true, },
78-
implicit = "Spell Skills have (5-10)% increased Area of Effect\nUses level (1-30) Draining Eshgraft",
78+
implicit = "Spell Skills have (5-10)% increased Area of Effect\nUses level (1-30) Enervating Grasp",
7979
implicitModTypes = { { "caster" }, },
8080
req = { },
8181
}
8282
itemBases["Jolting Eshgraft"] = {
8383
type = "Graft",
8484
tags = { graft = true, graft_esh = true, graft_esh_jolt_buff = true, },
85-
implicit = "(4-12)% increased Global Critical Strike Chance\nUses level (1-30) Jolting Eshgraft",
85+
implicit = "(4-12)% increased Global Critical Strike Chance\nUses level (1-30) Overcharged Sinews",
8686
implicitModTypes = { { "critical" }, },
8787
req = { },
8888
}
8989
itemBases["Squalling Tulgraft"] = {
9090
type = "Graft",
9191
tags = { graft = true, graft_damaging_skill = true, graft_tul = true, graft_tul_tornado = true, },
92-
implicit = "(8-16)% increased Projectile Damage\nUses level (1-30) Squalling Tulgraft",
92+
implicit = "(8-16)% increased Projectile Damage\nUses level (1-30) Dance in the White",
9393
implicitModTypes = { { "damage" }, },
9494
req = { },
9595
}
9696
itemBases["Freezing Tulgraft"] = {
9797
type = "Graft",
9898
tags = { graft = true, graft_damaging_skill = true, graft_tul = true, graft_tul_ice_mortars = true, },
99-
implicit = "(8-12)% chance to Freeze\nUses level (1-30) Freezing Tulgraft",
99+
implicit = "(8-12)% chance to Freeze\nUses level (1-30) Falling Crystals",
100100
implicitModTypes = { { "elemental", "cold", "ailment" }, },
101101
req = { },
102102
}
103103
itemBases["Summoning Tulgraft"] = {
104104
type = "Graft",
105105
tags = { graft = true, graft_tul = true, graft_tul_summon = true, },
106-
implicit = "Minions have (4-8)% increased Attack and Cast Speed\nUses level (1-30) Summoning Tulgraft",
106+
implicit = "Minions have (4-8)% increased Attack and Cast Speed\nUses level (1-30) The Great Avalanche",
107107
implicitModTypes = { { "attack", "caster", "speed", "minion" }, },
108108
req = { },
109109
}
110110
itemBases["Aegis Tulgraft"] = {
111111
type = "Graft",
112112
tags = { graft = true, graft_tul = true, graft_tul_aegis = true, },
113-
implicit = "+(3-6)% to all Elemental Resistances\nUses level (1-30) Aegis Tulgraft",
113+
implicit = "+(3-6)% to all Elemental Resistances\nUses level (1-30) Preserving Stillness",
114114
implicitModTypes = { { "elemental", "resistance" }, },
115115
req = { },
116116
}

src/Export/Scripts/bases.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ directiveTable.base = function(state, args, out)
158158
end
159159
local graft = dat("BrequelGraftTypes"):GetRow("BaseItemType", baseItemType)
160160
if graft then
161-
table.insert(implicitLines, "Uses level (1-30) " .. graft.BaseItemType.Name)
161+
table.insert(implicitLines, "Uses level (1-30) " .. graft.SkillGem.BaseItemType.Name)
162162
end
163163
if #implicitLines > 0 then
164164
out:write('\timplicit = "', table.concat(implicitLines, "\\n"), '",\n')

0 commit comments

Comments
 (0)