Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit ca9a396

Browse files
committed
Updated skill icon tooltip
1 parent 81e2e66 commit ca9a396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/js/skill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function Skill(name)
3232
new StringValue('Combo', 'combo', '').setTooltip('The click combo to assign the skill (if enabled). Use L, R, S, LS, RS, P, and Q for the types of clicks separated by spaces. For example, "L L R R" would work for 4 click combos.'),
3333
new ListValue('Indicator', 'indicator', [ '2D', '3D', 'None' ], '2D').setTooltip('[PREMIUM] What sort of display to use for cast previews. This applies to the "hover bar" in the casting bars setup.'),
3434
new ListValue('Icon', 'icon', getMaterials, 'Jack O Lantern').setTooltip('The item used to represent the skill in skill trees'),
35-
new IntValue('Icon Data', 'icon-data', 0).setTooltip('The data/durability value of the item used to represent the skill in skill trees'),
35+
new IntValue('Icon Data', 'icon-data', 0).setTooltip('The data/durability value (under 1.14) or the CustomModelData (in 1.14+) of the icon.'),
3636
new StringListValue('Icon Lore', 'icon-lore', [
3737
'&d{name} &7({level}/{max})',
3838
'&2Type: &6{type}',

0 commit comments

Comments
 (0)