Skip to content

Commit

Permalink
Added The Following...
Browse files Browse the repository at this point in the history
- Updated to version 2.3.2
- Translation
  - Sped up the Locale.lua
    - Function L is now a table
    - Fallback function added
    - Command.lua /kiwiii
      - Now uses Fallback
      - You can now use English for commands
      - You can now use translated commands
  - Fixed a missed translation string
  - Translations should all be working
    - Ran thru each of the locales testing
    - Checked all thru my addons features
- Item Compare updated
  - Now displays stat change calcs
    - Basic Stats show +x attack power
    - Basic Stats show crit chance
    - Resistances show % increase
    - etc
    - Shows % of stat on equipped items
  - Translated in all languages
    - zhCN incomplete
    - Some abbreviations may be incorrect
    - Some words can be incorrect
    - Some sentence structure may be incorrect
- Command /kiwiii without args shows settings frame
  - Customize the plugin using this
  - Please respect the formatting
    - Failure to coop could break it
    - Only relevant to strings
- Added variable item_compare_extra
  - Controls basic stat changes calcs
  - For you to turn off Item Compare on specifically
  • Loading branch information
tilkinsc committed Nov 21, 2019
1 parent eb70f91 commit 6f99e36
Show file tree
Hide file tree
Showing 12 changed files with 533 additions and 52 deletions.
1 change: 1 addition & 0 deletions KiwiItemInfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ local ADDON_LOADED = function(addon)
ShoppingTooltip1:HookScript("OnTooltipSetItem", function(tooltip)
KiwiItemInfo.SetItemCompare(2, tooltip, tooltip:GetName() .. "Text")
KiwiItemInfo.DisplayItemCompare(GameTooltip, ShoppingTooltip1, 1)
KiwiItemInfo.ShowEffectiveStats(tooltip)
end)
ShoppingTooltip1:HookScript("OnTooltipCleared", function(tooltip)
KiwiItemInfo.ClearItemCompare(2, tooltip)
Expand Down
1 change: 1 addition & 0 deletions Locale/deDE/deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ KiwiItemInfo.Locale["deDE"] = {
["TOOLTIP_IC_SHADOW"] = "Schattenwiderstand",
["TOOLTIP_IC_DAMAGE_DELTA"] = " Schaden (delta: ",
["TOOLTIP_ITEM_COMPARE"] = "Kiwi sagt, dass dies durch Ausrüstung erreicht wird:",
["TOOLTIP_ITEM_CONTRIB"] = "Stat Beitrag:",
["TOOLTIP_EX_AGI_M_AP"] = "Beweglichkeit N. AS: ",
["TOOLTIP_EX_AGI_R_AP"] = "Beweglichkeit R. AS: ",
["TOOLTIP_EX_AGI_CRIT"] = "Beweglichkeit N. Krit: ",
Expand Down
1 change: 1 addition & 0 deletions Locale/enUS/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ KiwiItemInfo.Locale["enUS"] = {
["TOOLTIP_IC_SHADOW"] = "Shadow Resistance",
["TOOLTIP_IC_DAMAGE_DELTA"] = " Damage (delta: ",
["TOOLTIP_ITEM_COMPARE"] = "Kiwi says equipping will do this:",
["TOOLTIP_ITEM_CONTRIB"] = "Stat Contribution:",
["TOOLTIP_EX_AGI_M_AP"] = "Agility M. AP: ",
["TOOLTIP_EX_AGI_R_AP"] = "Agility R. AP: ",
["TOOLTIP_EX_AGI_CRIT"] = "Agility M. Crit: ",
Expand Down
1 change: 1 addition & 0 deletions Locale/esES/esES.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ KiwiItemInfo.Locale["esES"] = {
["TOOLTIP_IC_SHADOW"] = "Resistencia a las Sombras",
["TOOLTIP_IC_DAMAGE_DELTA"] = " p. de Daño (delta: ",
["TOOLTIP_ITEM_COMPARE"] = "Kiwi dice que equipar esto hará:",
["TOOLTIP_ITEM_CONTRIB"] = "Contribución estadística:",
["TOOLTIP_EX_AGI_M_AP"] = "Agilidad M. PA: ",
["TOOLTIP_EX_AGI_R_AP"] = "Agilidad D. PA: ",
["TOOLTIP_EX_AGI_CRIT"] = "Agilidad M. Crít: ",
Expand Down
35 changes: 18 additions & 17 deletions Locale/frFR/frFR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,25 @@ KiwiItemInfo.Locale["frFR"] = {
["TOOLTIP_IC_SHADOW"] = "Résistance à l'ombre",
["TOOLTIP_IC_DAMAGE_DELTA"] = " Dommage (delta : ",
["TOOLTIP_ITEM_COMPARE"] = "Kiwi dit que cet l'équipement donnera :",
["TOOLTIP_EX_AGI_M_AP"] = "Agilité M. PA: ",
["TOOLTIP_EX_AGI_R_AP"] = "Agilité R. PA: ",
["TOOLTIP_EX_AGI_CRIT"] = "Agilité M. Crit: ",
["TOOLTIP_EX_AGI_DODGE"] = "Agilité Esquive: ",
["TOOLTIP_EX_AGI_AR"] = "Agilité Armure: ",
["TOOLTIP_ITEM_CONTRIB"] = "Contribution statistique :",
["TOOLTIP_EX_AGI_M_AP"] = "Agilité M. PA : ",
["TOOLTIP_EX_AGI_R_AP"] = "Agilité R. PA : ",
["TOOLTIP_EX_AGI_CRIT"] = "Agilité M. Crit : ",
["TOOLTIP_EX_AGI_DODGE"] = "Agilité Esquive : ",
["TOOLTIP_EX_AGI_AR"] = "Agilité Armure : ",
["TOOLTIP_EX_AGI_M_CAT_AP"] = "Agilité FormeChat PA: ",
["TOOLTIP_EX_STM_HP"] = "Endurance Santé: ",
["TOOLTIP_EX_STR_M_AP"] = "Force M. PA: ",
["TOOLTIP_EX_STR_BLOCK"] = "Force Bloquer: ",
["TOOLTIP_EX_INT_MANA"] = "Intellect Mana: ",
["TOOLTIP_EX_INT_CRIT"] = "Intellect Crit: ",
["TOOLTIP_EX_SPT_HP5"] = "Esprit S/5: ",
["TOOLTIP_EX_SPT_MP5"] = "Esprit M/5: ",
["TOOLTIP_EX_RES_ARCANE"] = "Résistance à l'arcane: ",
["TOOLTIP_EX_RES_FIRE"] = "Résistance au feu: ",
["TOOLTIP_EX_RES_FROST"] = "Résistance au gel: ",
["TOOLTIP_EX_RES_NATURE"] = "Résistance Naturelle: ",
["TOOLTIP_EX_RES_SHADOW"] = "Résistance à l'ombre: ",
["TOOLTIP_EX_STM_HP"] = "Endurance Santé : ",
["TOOLTIP_EX_STR_M_AP"] = "Force M. PA : ",
["TOOLTIP_EX_STR_BLOCK"] = "Force Bloquer : ",
["TOOLTIP_EX_INT_MANA"] = "Intellect Mana : ",
["TOOLTIP_EX_INT_CRIT"] = "Intellect Crit : ",
["TOOLTIP_EX_SPT_HP5"] = "Esprit S/5 : ",
["TOOLTIP_EX_SPT_MP5"] = "Esprit M/5 : ",
["TOOLTIP_EX_RES_ARCANE"] = "Résistance à l'arcane : ",
["TOOLTIP_EX_RES_FIRE"] = "Résistance au feu : ",
["TOOLTIP_EX_RES_FROST"] = "Résistance au gel : ",
["TOOLTIP_EX_RES_NATURE"] = "Résistance Naturelle : ",
["TOOLTIP_EX_RES_SHADOW"] = "Résistance à l'ombre : ",
["COMMAND_ERROR_ARG_LEN"] = "Kiwi Item Info : Longueur d'argument non valide.",
["COMMAND_RELOAD"] = "Rechargement de KiwiItemInfo...",
["COMMAND_RELOAD_DONE"] = "Terminé ! :D Kiwi fonctionne !",
Expand Down
1 change: 1 addition & 0 deletions Locale/itIT/itIT.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ KiwiItemInfo.Locale["itIT"] = {
["TOOLTIP_IC_SHADOW"] = "Resistenza Ombra",
["TOOLTIP_IC_DAMAGE_DELTA"] = " Danno (delta: ",
["TOOLTIP_ITEM_COMPARE"] = "Kiwi consiglia:",
["TOOLTIP_ITEM_CONTRIB"] = "Contributo stat:",
["TOOLTIP_EX_AGI_M_AP"] = "Agilità M. AP: ",
["TOOLTIP_EX_AGI_R_AP"] = "Agilità S. AP: ",
["TOOLTIP_EX_AGI_CRIT"] = "Agilità M. Crit: ",
Expand Down
1 change: 1 addition & 0 deletions Locale/koKR/koKR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ KiwiItemInfo.Locale["koKR"] = {
["TOOLTIP_IC_SHADOW"] = "Shadow Resistance",
["TOOLTIP_IC_DAMAGE_DELTA"] = " Damage (delta: ",
["TOOLTIP_ITEM_COMPARE"] = "Kiwi says equipping will do this:",
["TOOLTIP_ITEM_CONTRIB"] = "Stat Contribution:",
["TOOLTIP_EX_AGI_M_AP"] = "Agility M. AP: ",
["TOOLTIP_EX_AGI_R_AP"] = "Agility R. AP: ",
["TOOLTIP_EX_AGI_CRIT"] = "Agility M. Crit: ",
Expand Down
1 change: 1 addition & 0 deletions Locale/ptBR/ptBR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ KiwiItemInfo.Locale["ptBR"] = {
["TOOLTIP_IC_SHADOW"] = "de resistência a Sombra",
["TOOLTIP_IC_DAMAGE_DELTA"] = " de dano (delta: ",
["TOOLTIP_ITEM_COMPARE"] = "Kiwi diz que quando equipado:",
["TOOLTIP_ITEM_CONTRIB"] = "Contribuição Stat:",
["TOOLTIP_EX_AGI_M_AP"] = "Agilidade C. AP: ",
["TOOLTIP_EX_AGI_R_AP"] = "Agilidade D. AP: ",
["TOOLTIP_EX_AGI_CRIT"] = "Agilidade C. Crit: ",
Expand Down
1 change: 1 addition & 0 deletions Locale/ruRU/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ KiwiItemInfo.Locale["ruRU"] = {
["TOOLTIP_IC_SHADOW"] = "Устойчивость 'Тьма':",
["TOOLTIP_IC_DAMAGE_DELTA"] = " Урон (дельта: ",
["TOOLTIP_ITEM_COMPARE"] = "Kiwi says equipping will do this:",
["TOOLTIP_ITEM_CONTRIB"] = "Вклад Стат:",
["TOOLTIP_EX_AGI_M_AP"] = "Ловкости РУ. СА: ",
["TOOLTIP_EX_AGI_R_AP"] = "Ловкости СТ. СА: ",
["TOOLTIP_EX_AGI_CRIT"] = "Ловкости РУ. Критика: ",
Expand Down
1 change: 1 addition & 0 deletions Locale/zhCN/zhCN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ KiwiItemInfo.Locale["zhCN"] = {
["TOOLTIP_IC_SHADOW"] = "暗影抗性",
["TOOLTIP_IC_DAMAGE_DELTA"] = " 伤害 (delta: ",
["TOOLTIP_ITEM_COMPARE"] = "Kiwi提示装备后的属性变化:",
["TOOLTIP_ITEM_CONTRIB"] = "统计贡献:",
["TOOLTIP_EX_AGI_M_AP"] = "敏捷 M. AP: ",
["TOOLTIP_EX_AGI_R_AP"] = "敏捷 R. AP: ",
["TOOLTIP_EX_AGI_CRIT"] = "敏捷 M. Crit: ",
Expand Down
1 change: 1 addition & 0 deletions Locale/zhTW/zhTW.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ KiwiItemInfo.Locale["zhTW"] = {
["TOOLTIP_IC_SHADOW"] = "Shadow Resistance",
["TOOLTIP_IC_DAMAGE_DELTA"] = " Damage (delta: ",
["TOOLTIP_ITEM_COMPARE"] = "Kiwi says equipping will do this:",
["TOOLTIP_ITEM_CONTRIB"] = "Stat Contribution:",
["TOOLTIP_EX_AGI_M_AP"] = "Agility M. AP: ",
["TOOLTIP_EX_AGI_R_AP"] = "Agility R. AP: ",
["TOOLTIP_EX_AGI_CRIT"] = "Agility M. Crit: ",
Expand Down
Loading

0 comments on commit 6f99e36

Please sign in to comment.