Skip to content

Commit cd2f64c

Browse files
committed
tooltip and news update
1 parent 894a039 commit cd2f64c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Data/News.lua

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ function CraftSim.NEWS:GET_NEWS(itemMap)
1919
f.P .. "Optional Reagents now based on Datamined Data",
2020
f.P .. "Enchant Mapping now based on Datamined Data",
2121
f.P .. "Concentration Calculation now based on Datamined Data",
22+
f.a .. f.r("WARNING: ") .. "Cost Simulation only working in TWW BETA",
2223
f.P .. "Specialization Info now based on Datamined Data",
2324
f.P .. f.bb("Statistics Module"),
2425
f.a .. "Added a Concentration Cost Visualization",

Modules/Statistics/UI.lua

+3-2
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,9 @@ function CraftSim.STATISTICS.UI:InitConcentrationTab(tab)
341341
parent = content,
342342
anchorParent = content.graphTitle.frame,
343343
anchorA = "LEFT", anchorB = "RIGHT", offsetX = 5,
344-
text = "This graph shows concentration cost scaling based on player skill.\n" ..
345-
""
344+
text = "Concentration Cost based on Player Skill for given Recipe\n" ..
345+
f.bb("X Axis: ") .. " Player Skill\n" ..
346+
f.bb("Y Axis: ") .. " Concentration Cost",
346347
}
347348
end
348349

0 commit comments

Comments
 (0)