diff options
Diffstat (limited to 'db/re/skill_db.conf')
-rw-r--r-- | db/re/skill_db.conf | 52 |
1 files changed, 21 insertions, 31 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index d24edf1c..30cc7466 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -75,6 +75,7 @@ Works like FreeCastReduced, but not reduce speed. ShowSkillScale: true/false (boolean, defaults to false) AllowReproduce: true/false (boolean, defaults to false) + HiddenTrap: true/false (boolean, defaults to false) } AttackType: "Attack Type" (string, defaults to "None") Types: "None", "Weapon", "Magic" or "Misc" @@ -340,27 +341,6 @@ skill_db: ( } WeaponTypes: { NoWeapon: true - Daggers: true - 1HSwords: true - 2HSwords: true - 1HSpears: true - 2HSpears: true - 1HAxes: true - 2HAxes: true - Maces: true - 2HMaces: true - Staves: true - Knuckles: true - Instruments: true - Whips: true - Books: true - Katars: true - Revolvers: true - Rifles: true - GatlingGuns: true - Shotguns: true - GrenadeLaunchers: true - FuumaShurikens: true } } }, @@ -2004,16 +1984,16 @@ skill_db: ( AttackType: "Weapon" Element: "Ele_Poison" SkillData2: { - Lv1: 15000 - Lv2: 20000 - Lv3: 25000 - Lv4: 30000 - Lv5: 35000 - Lv6: 40000 - Lv7: 45000 - Lv8: 50000 - Lv9: 55000 - Lv10: 60000 + Lv1: 20000 + Lv2: 40000 + Lv3: 60000 + Lv4: 80000 + Lv5: 100000 + Lv6: 120000 + Lv7: 140000 + Lv8: 160000 + Lv9: 180000 + Lv10: 200000 } FixedCastTime: 0 Requirements: { @@ -38662,4 +38642,14 @@ skill_db: ( Self: true } }, +{ + Id: 20003 + Name: "EVOL_MONSTER_IDENTIFY" + Description: "Monster Identify" + MaxLevel: 1 + SkillType: { + Self: true + } + CoolDown: 3000 +}, ) |