
Add db/import-tmpl/ and add all file that could currently be overwritten, (please add note if a db is missing) db/import folder is created by "make import" just like conf/import and msg_conff/import, (didn't found the visual equivalent)
15 lines
773 B
Plaintext
15 lines
773 B
Plaintext
// Hocus-Pocus (Abracadabra) Castable Skills Database
|
|
//
|
|
// Structure of Database:
|
|
// SkillID,DummyName,RatePerLvl
|
|
//
|
|
// 01. SkillID Skill ID to be casted by hocus pocus.
|
|
// 02. DummyName Name of the skill (informative, not used by server).
|
|
// 03. RatePerLvl 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, another skill is picked and tested. This continues
|
|
// until a skill succeeds. Abracadabra-specific skills have a different chance to occur
|
|
// depending on skill level used. All other skills have an equal chance and appear from
|
|
// level 1 onward.
|