diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-10-28 12:37:16 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-10-28 12:37:16 +0000 |
commit | c4c1400def9740b610a1bf93c201d5a9b7c47780 (patch) | |
tree | e0d4ba8b514c954235a8c3b9e28f1dcfc7275bc4 /db/abra_db.txt | |
parent | 5b3532830e8c18baea99eccaa21a5c7569f8d02d (diff) | |
download | hercules-c4c1400def9740b610a1bf93c201d5a9b7c47780.tar.gz hercules-c4c1400def9740b610a1bf93c201d5a9b7c47780.tar.bz2 hercules-c4c1400def9740b610a1bf93c201d5a9b7c47780.tar.xz hercules-c4c1400def9740b610a1bf93c201d5a9b7c47780.zip |
* Random documentation of database files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14986 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/abra_db.txt')
-rw-r--r-- | db/abra_db.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/db/abra_db.txt b/db/abra_db.txt index ae7f59e11..c25621f91 100644 --- a/db/abra_db.txt +++ b/db/abra_db.txt @@ -1,7 +1,16 @@ -// Hocus-Pocus Castable Skills Database +// Hocus-Pocus (Abrakadabra) Castable Skills Database // // Structure of Database: // SkillID,DummyName,RequiredHocusPocusLevel,Rate +// +// 01. SkillID Skill ID to be casted by hocus pocus. +// 02. DummyName Name of the skill (informative, not used by server). +// 03. RequiredHocusPocusLevel Minimum skill level of hocus pocus for the current skill to be selected. +// 04. Rate Chance at which the skill is selected (1 = 0.01%, 10000 = 100%). +// +// NOTE: The skill is picked at random from the entire database and then tested for rate. If it +// does not succeed at that rate, an another skill is picked and tested. This continues +// until a skill succeeds. //1,Basic Skill,1,0 |