blob: d130b85818f45c5affea1c6b65e69be8d27aba53 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Improvise DB.
// Database for skills that can be summoned trough Randomize Spell/Improvised Song (Minstrel/Wanderer Skill).
// Format: SkillID,Rate
//
// 01. SkillID Skill ID to be casted by Randomize Spell.
// 02. 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.
//
|