
* Changed 'JobLevel' to 'NeedLevel' and don't make it as optional. * Make sure homun_skill_tree.txt column number is 15! Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
16 lines
895 B
Plaintext
16 lines
895 B
Plaintext
// Homunculus Skill Tree Database
|
|
//
|
|
// Structure of Database:
|
|
// Class,SkillID,MaxLv,NeedLevel,Prerequisite SkillID1,Prerequisite SkillLv1,PrereqSkillID2,PrereqSkillLv2,PrereqSkillID3,PrereqSkillLv3,PrereqSkillID4,PrereqSkillLv4,PrereqSkillID5,PrereqSkillLv5,IntimacyLvReq //SKILLNAME#Skill Name#
|
|
//
|
|
// 01. Class Homunculus ID.
|
|
// 02. SkillID Skill ID of the homunuculus skill.
|
|
// 03. MaxLv Maximum level of the homunuculus skill.
|
|
// 04. NeedLevel Homunculus level required for the skill to become available
|
|
// 05. Prerequisite SkillID Homunculus skill required for the skill to become available.
|
|
// 06. Prerequisite SkillLv Level of the required homunculus skill.
|
|
// ...
|
|
// 15. IntimacyLvReq Minimum level of intimacy to unlock skill.
|
|
//
|
|
// NOTE: MAX_PC_SKILL_REQUIRE (typically 5) ID/Lv pairs must be specified.
|