View Single Post
05/20/21, 07:58 AM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,980
DE (some of them could be used for FR as well, e.g. filtertooltip6 to 12)

Code:
		
		["filtertooltip1"] = "Physische- und Zauber-Resistenz +2774",
		
		["filtertooltip2"] = "Physische- und Zauber-Durchdringung +2744",
		
		["filtertooltip3"] = "Maximales " .. GetString(SI_ATTRIBUTES1) .. " +2225",
		
		["filtertooltip4"] = "Maximale " .. GetString(SI_ATTRIBUTES2) .. " +2023",
		
		["filtertooltip5"] = "Maximale " .. GetString(SI_ATTRIBUTES3) .. " +2023",
		
		["filtertooltip6"] = GetString(SI_DERIVEDSTATS5) .. " +310",
		
		["filtertooltip7"] = GetString(SI_DERIVEDSTATS30) .." +310",
	
		["filtertooltip8"] = GetString(SI_DERIVEDSTATS28) .. " +11%",

		["filtertooltip9"] = GetString(SI_DERIVEDSTATS12) .. " +8%",

		["filtertooltip10"] = GetString(SI_DERIVEDSTATS16) .. " & " .. GetString(SI_DERIVEDSTATS23)  .. " +1333",

		["filtertooltip11"] = GetString(SI_DERIVEDSTATS35) .. " +238",

		["filtertooltip12"] = GetString(SI_DERIVEDSTATS25) .. " +238",

		["filtertooltip13"] = GetString(SI_DERIVEDSTATS8) .. " und Bewegungsgeschwindigkeit +238/10%"
The ones using ONLY the GetString(SI_*) and then the number can be used the same for FR then!
e.g. filtertooltip6 to 12
  Reply With Quote