View Single Post
07-20-12, 11:13 AM   #2
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
New String Variables
Lua Code:
  1. ARCANE_CHARGES_COST_PER_TIME_NO_BASE = "%d Arcane Charges per sec"
  2. BATTLE_PET_PUT_IN_CAGE_HEALTH = "Put In Cage (Health)"
  3. BATTLE_PET_PUT_IN_CAGE_SLOTTED = "Put In Cage (Battle Slot)"
  4. BATTLE_PET_TOOLTIP_CLICK = "[Click here to view in journal]"
  5. BURNING_EMBERS_COST_PER_TIME_NO_BASE = "%d Burning Ember per sec"
  6. CHI_COST_PER_TIME_NO_BASE = "%d Energy per sec"
  7. DARK_FORCE_COST_PER_TIME_NO_BASE = "%d Dark Force per sec"
  8. DEMONIC_FURY_COST_PER_TIME_NO_BASE = "%d Demonic Fury per sec"
  9. ENERGY_COST_PER_TIME_NO_BASE = "%d Energy per sec"
  10. ERR_PETBATTLE_NOT_WHILE_IN_MATCHED_BATTLE = "You can't do that in a matched pet battle."
  11. FOCUS_COST_PER_TIME_NO_BASE = "%d Focus per sec"
  12. HEALTH_COST_PER_TIME_NO_BASE = "%d Health per sec"
  13. LIGHT_FORCE_COST_PER_TIME_NO_BASE = "%d Chi per sec"
  14. MAC_USE_COMMAND_AS_CONTROL = "Use Command key as Control key"
  15. MAC_USE_COMMAND_AS_CONTROL_TOOLTIP = "Use Command key and Control key interchangeably."
  16. MAC_USE_COMMAND_LEFT_CLICK_AS_RIGHT_CLICK = "Command left click as right click"
  17. MAC_USE_COMMAND_LEFT_CLICK_AS_RIGHT_CLICK_TOOLTIP = "Hold down Command key and left click to simulate a right click."
  18. MANA_COST_LARGE_PER_TIME_NO_BASE = "%s Mana per sec"
  19. MANA_COST_PER_TIME_NO_BASE = "%d Mana per sec"
  20. MOUNT_JOURNAL_CANT_USE = "You do not meet the requirements for this mount."
  21. PET_JOURNAL_CARD_NAME_DEFAULT = "Select a pet from the list on the left."
  22. POWER_DISPLAY_COST_PER_TIME_NO_BASE = "%d %s per sec"
  23. RAGE_COST_PER_TIME_NO_BASE = "%d Rage per sec"
  24. RUNIC_POWER_COST_PER_TIME_NO_BASE = "%d Runic Power per sec"
  25. SHADOW_ORBS_COST_PER_TIME_NO_BASE = "%d Shadow Orbs per sec"
  26. SOUL_SHARDS_COST_PER_TIME_NO_BASE = "%d Soul Shards per sec"
  27. SPELL_FAILED_CANT_ADD_BATTLE_PET = "Can't Add Companion To Your Account"
Removed String Variables
Lua Code:
  1. MAC_SWAP_CONTROL_AND_COMMAND = "Use Command instead of Control for key bindings"

----------

New Number Variables
Lua Code:
  1. PET_BATTLE_EVENT_ON_ABILITY = 9
  2. PET_BATTLE_EVENT_ON_AURA_REMOVED = 5
  3. PET_BATTLE_EVENT_ON_ROUND_END = 7
  4. PET_BATTLE_EVENT_ON_ROUND_START = 6
  5. PET_BATTLE_EVENT_ON_SWAP_IN = 10
  6. PET_BATTLE_EVENT_ON_SWAP_OUT = 11
  7. PET_BATTLE_EVENT_ON_TURN = 8

----------

New Tables
Code:
DEFAULT_PET_BATTLE_ABILITY_INFO
FloatingBattlePetTooltip
MacOptionsFrameCheckButton11
MacOptionsFrameCheckButton11Text
PetJournalLoadoutPet1Requirement
PetJournalLoadoutPet1RequirementStr
PetJournalLoadoutPet2Requirement
PetJournalLoadoutPet2RequirementStr
PetJournalLoadoutPet3Requirement
PetJournalLoadoutPet3RequirementStr
Removed Tables
Code:
PetJournalLoadoutPet1RequirementButton
PetJournalLoadoutPet2RequirementButton
PetJournalLoadoutPet3RequirementButton