diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-31 21:49:48 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-31 21:49:48 +0000 |
commit | ddc75a03c7c7b00f839a862de9c265543d414829 (patch) | |
tree | c6777d015f321a4584a90e3fabd1d64a70f8a0f0 /doc/item_bonus.txt | |
parent | 6ecdfa051ab4adbf84938b18f44c5f12f05dbe3a (diff) | |
download | hercules-ddc75a03c7c7b00f839a862de9c265543d414829.tar.gz hercules-ddc75a03c7c7b00f839a862de9c265543d414829.tar.bz2 hercules-ddc75a03c7c7b00f839a862de9c265543d414829.tar.xz hercules-ddc75a03c7c7b00f839a862de9c265543d414829.zip |
- Standardized headers of /doc files.
- Added svn:eol-style=native property on some recently added text files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16726 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/item_bonus.txt')
-rw-r--r-- | doc/item_bonus.txt | 39 |
1 files changed, 8 insertions, 31 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index fff5fb540..8f798db85 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -1,36 +1,13 @@ -//===== Athena Doc ======================================== +//===== rAthena Documentation ================================ //= rAthena Item Bonuses List -//===== By ================================================ -//= Developers -//===== Version =========================================== -//= 1.1.20110124 -//========================================================= -//= 1.0 - Standardized doc file -//= 1.1.20080612 - skill command and bonuses (bAutoSpell, bSkillAtk, -//= bSkillHeal, bAutoSpellWhenHit, bAddSkillBlow, bCastrate) accept -//= skill names [FlavioJS] -//= 1.1.20090122 - removed outdated bSPDrainValue command [ultramage] -//= 1.1.20090421 - added the correct bonus documentation for bSPDrainValue [Playtester] -//= 1.1.20090524 - removed outdated bMatk/bMatk1/bMatk2 doc [ultramage] -//= 1.1.20090529 - added documentation for bHealPower, bHealPower2 [Inkfish] -//= 1.1.20101130 - added documentation for bAutoSpellOnSkill [Ai4rei] -//= 1.1.20101205 - added documentation for bAddItemHealRate. [L0ne_W0lf] -//= 1.1.20101207 - added documentation for bUnbreakableGarment, -//= bUnbreakableWeapon, bUnbreakableArmor, bUnbreakableHelm, -//= bUnbreakableShield, bUnbreakableShoes, bBreakWeaponRate and -//= bBreakArmorRate. [Ai4rei] -//= 1.1.20110124 - added documentation for bAgiVit, bAgiDexStr, -//= bUnbreakable, bShortWeaponDamageReturn, bLongWeaponDamageReturn, -//= bWeaponComaEle, bAddEff2, bMagicDamageReturn, bRandomAttackIncrease, -//= bPerfectHide, bNoKnockback, bClassChange, bHPDrainValue, bWeaponAtk, -//= bWeaponAtkRate, bDelayrate, bHPDrainRateRace, bSPDrainRateRace, -//= bAddEffOnSkill, bNoMiscDamage, bLongAtkRate, bUnstripable, -//= bHPDrainValueRace, bMagicSPGainValue and bMagicHPGainValue. [Ai4rei] -//===== Description ======================================= +//===== By: ================================================== +//= rAthena Dev Team +//===== Current Version: ===================================== +//= 20110124 +//===== Description: ========================================= //= List of script instructions used in item bonuses, //= mainly bonus/bonus2/bonus3/bonus4/bonus5 arguments -//========================================================= - +//============================================================ skill i,n; Gives skill #i at level n (supports skill names) @@ -434,4 +411,4 @@ bonus bFixedCastrate,x; Increases fixed cast time of skills by x%. bonus bVariableCastrate,x; Increases variable cast time of skills by x%. bonus2 bSkillFixedCast,s,x; Increases fixed cast time of skill s by x milliseconds. (supports skill names.) bonus2 bSkillVariableCast,s,x; Increases variable cast time of skill s by x milliseconds. (supports skill names.) -bonus2 bVariableCastrate,s,x; Increases variable cast time of skill s by x%. (supports skill names.)
\ No newline at end of file +bonus2 bVariableCastrate,s,x; Increases variable cast time of skill s by x%. (supports skill names.) |