abra_db.txt 904 B

1234567891011121314151617
  1. // Hocus-Pocus (Abracadabra) Castable Skills Database
  2. //
  3. // Structure of Database:
  4. // SkillID,DummyName,ProbabilityPerLvl
  5. //
  6. // 01. SkillID Skill ID to be casted by hocus pocus.
  7. // 02. DummyName Name of the skill (informative, not used by server).
  8. // 03. ProbabilityPerLvl Not a rate! Chance at which the skill is selected compared
  9. // with other entries probabilties
  10. //
  11. // NOTE:
  12. // - The skill is picked at random from the entire database and then tested for rate. If it
  13. // does not succeed at that rate, another skill is picked and tested. This continues
  14. // until a skill succeeds. Abracadabra-specific skills have a different chance to occur
  15. // depending on skill level used. All other skills have an equal chance and appear from
  16. // level 1 onward.
  17. // - To remove entry by importing, put "clear" (without quotes) in DummyName