From 4e279bcf145eac9ebf49b95a702a1fc62680a10a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 13 Jul 2018 23:01:44 -0300 Subject: Introduce #parum and the Magic Experience System. If you re-cast something, no Mana Exp Points are gained. Only pseudo-magic skills count. --- db/re/item_db.conf | 19 +++++++++++++++++++ db/re/skill_db.conf | 9 +++++++++ 2 files changed, 28 insertions(+) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 4314e1ab9..e648aa379 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4410,6 +4410,25 @@ item_db: ( Sell: 5 Weight: 10 }, +{ + Id: 883 + AegisName: "WarpedLog" + Name: "Warped Log" + Type: "IT_ETC" + Buy: 15 + Sell: 5 + Weight: 8 +}, +{ + Id: 884 + AegisName: "MoubooFigurine" + Name: "Mouboo Figurine" + Type: "IT_ETC" + Buy: 45 + Sell: 15 + Weight: 9 +}, + // { Id: 1000 diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 9a28f9f13..6b387fdb5 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -38347,6 +38347,15 @@ skill_db: ( Self: true } }, +{ + Id: 20024 + Name: "TMW2_PARUM" + Description: "Wood Transmutation" + MaxLevel: 1 + SkillType: { + Self: true + } +}, { Id: 20031 Name: "TMW2_FAKESKILL" -- cgit v1.2.3-70-g09d2