From e0828c93f3e2af6a443df29d978ac7e637efc7ee Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 11 Apr 2021 08:45:15 -0300 Subject: Allow all chars to make parties by default, and remove some older code. --- db/constants.conf | 2 +- db/pre-re/skill_db.conf | 64 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/constants.conf b/db/constants.conf index 87d42fc4..b64c041c 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -5286,7 +5286,7 @@ more than one separator can be used in a row (so 12_3___456 is illegal). FSKILL_RAGING: 32 FSKILL_TOTAL: 6 - AC_VULTURE: 43 // i.e. Mallard's Eye, compatibility purposes + AC_VULTURE: 44 // i.e. Mallard's Eye, compatibility purposes comment__: "TMW Constants" bDeaf:70 diff --git a/db/pre-re/skill_db.conf b/db/pre-re/skill_db.conf index 04a80ea7..ada2cd19 100644 --- a/db/pre-re/skill_db.conf +++ b/db/pre-re/skill_db.conf @@ -38489,6 +38489,70 @@ skill_db: ( }, { Id: 20010 + Name: "SKILL_MAGIC" + Description: "Basic Magic" + MaxLevel: 10 + SkillType: { + Passive: true + } +}, +{ + Id: 20011 + Name: "SKILL_MAGIC_LIFE" + Description: "Life Magic" + MaxLevel: 10 + SkillType: { + Passive: true + } +}, +{ + Id: 20012 + Name: "SKILL_MAGIC_WAR" + Description: "War Magic" + MaxLevel: 10 + SkillType: { + Passive: true + } +}, +{ + Id: 20013 + Name: "SKILL_MAGIC_TRANSMUTE" + Description: "Transmute Magic" + MaxLevel: 10 + SkillType: { + Passive: true + } +}, +{ + Id: 20014 + Name: "SKILL_MAGIC_NATURE" + Description: "Nature Magic" + MaxLevel: 10 + SkillType: { + Passive: true + } +}, +{ + Id: 20015 + Name: "SKILL_MAGIC_ASTRAL" + Description: "Astral Magic" + MaxLevel: 10 + SkillType: { + Passive: true + } +}, +{ + Id: 20016 + Name: "SKILL_MAGIC_DARK" + Description: "Dark Magic" + MaxLevel: 10 + SkillType: { + Passive: true + } +}, +// 20017~20020 reserved (expansion) +{ + Id: 20020 Name: "EVOL_AREA_PROVOKE" Description: "Itenplz" MaxLevel: 9 -- cgit v1.2.3-70-g09d2