Module:ValueColor/data

← Older revision Revision as of 23:48, 12 April 2021
Line 1: Line 1:
local values = {
+
local tooltipvalue = {
   
 
['aghs'] = 'With Aghanim\'s Scepter',
 
['aghs'] = 'With Aghanim\'s Scepter',
 
['shard'] = 'With Aghanim\'s Shard',
 
['shard'] = 'With Aghanim\'s Shard',
['10tal'] = 'With level 10 Talent',
 
['15tal'] = 'With level 15 Talent',
 
['20tal'] = 'With level 20 Talent',
 
['25tal'] = 'With level 25 Talent',
 
 
['aghshard'] = 'With Aghanim\'s Scepter and Aghanim\'s Shard',
 
['aghshard'] = 'With Aghanim\'s Scepter and Aghanim\'s Shard',
 
['aghstal'] = 'With Aghanim\'s Scepter and Talent',
 
['aghstal'] = 'With Aghanim\'s Scepter and Talent',
Line 12: Line 8:
 
['gold'] = 'Bounty',
 
['gold'] = 'Bounty',
 
['xp'] = 'Experience',
 
['xp'] = 'Experience',
 
['10tal'] = 'With level 10 Talent',
 
['15tal'] = 'With level 15 Talent',
 
['20tal'] = 'With level 20 Talent',
 
['25tal'] = 'With level 25 Talent',
   
 
}
 
}
  +
  +
local func = tooltipvalue['choice']
  +
if(func) then
  +
func()
  +
else
  +
print (tooltipvalue)
  +
end


from Dota 2 Wiki - Recent changes [en] https://ift.tt/2PZ2Glp
via IFTTT
TAG