From ed2a8ad82278786539d89fc80d5951a4d1751ed9 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Thu, 11 Oct 2012 01:21:53 +0000 Subject: [PATCH] Word-wrap comments for readability. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@583 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- OvaleCondition.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/OvaleCondition.lua b/OvaleCondition.lua index 1085e41..ebf266d 100644 --- a/OvaleCondition.lua +++ b/OvaleCondition.lua @@ -953,6 +953,7 @@ OvaleCondition.conditions= --- Get the current estimated damage of a spell. -- The calculated damage takes into account the current attack power, spellpower and combo points (if used). -- The damage is computed from information for the spell set via SpellInfo(...): +-- -- damage = base + bonusap * AP + bonuscp * CP + bonusapcp * AP * CP + bonussp * SP -- @name Damage -- @paramsig number @@ -1445,8 +1446,10 @@ OvaleCondition.conditions= end, --- Get the estimated damage of the most recent cast of a spell. --- The calculated damage takes into account the values of attack power, spellpower and combo points (if used) at the time the spell was most recent cast. +-- The calculated damage takes into account the values of attack power, spellpower and combo points (if used) +-- at the time the spell was most recent cast. -- The damage is computed from information for the spell set via SpellInfo(...): +-- -- damage = base + bonusap * AP + bonuscp * CP + bonusapcp * AP * CP + bonussp * SP -- @name LastSpellEstimatedDamage -- @paramsig number -- 1.7.9.5