From d098a5a920ee7512695b33e90231ce94cfa9eb94 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Sep 2018 15:03:07 -0300 Subject: Correct tabulation, and this is a better name display --- db/re/item_db.conf | 92 +++++++++++++++++++++++++++--------------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 902dc2adf..ca3354d9d 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1,6 +1,6 @@ //================= Hercules Database ===================================== -//= _ _ _ -//= | | | | | | +//= _ _ _ +//= | | | | | | //= | |_| | ___ _ __ ___ _ _| | ___ ___ //= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| //= | | | | __/ | | (__| |_| | | __/\__ \ @@ -151,25 +151,25 @@ item_db: ( }, ******************************************************************************/ /* -501 699 = Usable Items -700 999 = Generic Items -1000 1149 = Necklaces -1150 1299 = Charms -1300 1799 = Chest Armors -1800 1999 = Boots -2000 2199 = Gloves -2200 2499 = Pants -2500 2699 = Rings -2700 2899 = Shields -2900 3199 = Head Gears -3200 3499 = Neck Armors -3500 3999 = Melee Weapons -4000 4999 = Pets -5000 5999 = Cards -6000 6499 = Ranged Weapons -6500 6999 = Ammo -7000 7399 = Magical Weapons (MAtk weapons) -7400 9999 = Others +501 699 = Usable Items +700 999 = Generic Items +1000 1149 = Necklaces +1150 1299 = Charms +1300 1799 = Chest Armors +1800 1999 = Boots +2000 2199 = Gloves +2200 2499 = Pants +2500 2699 = Rings +2700 2899 = Shields +2900 3199 = Head Gears +3200 3499 = Neck Armors +3500 3999 = Melee Weapons +4000 4999 = Pets +5000 5999 = Cards +6000 6499 = Ranged Weapons +6500 6999 = Ammo +7000 7399 = Magical Weapons (MAtk weapons) +7400 9999 = Others */ { Id: 501 @@ -2361,7 +2361,7 @@ item_db: ( Refine: false KeepAfterUse: true Script: <" - dispbottom l("Lockpicks are the basic tools for thiefs. Talk to a vault in order to attempt lockpicking."); + dispbottom l("Lockpicks are the basic tools for thiefs. Talk to a vault in order to attempt lockpicking."); "> }, { @@ -2438,8 +2438,8 @@ item_db: ( if (!getmapxy(.@map$, .@x, .@y, 0)) { monster(.@map$, .@x, .@y, l("Pumpkandy"), Pumpkandy, 1); $TREE_PLANTED=$TREE_PLANTED+1; - } - "> + } + "> }, { Id: 625 @@ -2464,8 +2464,8 @@ item_db: ( }, { Id: 699 - AegisName: "4144Tortuga" - Name: "4144 Tortuga" + AegisName: "LegendaryTortuga" + Name: "Legendary Tortuga" Type: "IT_ARMOR" Loc: "EQP_SHADOW_SHOES" Buy: 7500000 @@ -2480,28 +2480,28 @@ item_db: ( nomail: true noauction: true } + Script: <" + bonus bNoRegen,1; + bonus bNoRegen,2; + bonus bAtkRange,-1; + bonus bFleeRate,50; + bonus bAtkRate,-50; + bonus bHitRate,-30; + bonus bCritical,25; + bonus bNoKnockback,0; + /* We can use them to protect mount from bows, for example + bonus bNearAtkDef,-50; + bonus bLongAtkDef,-50; + bonus bMagicAtkDef,-50; + bonus bCriticalDef,-50; + */ + "> OnEquipScript: <" - setmount 2; - "> - Script: <" - bonus bNoRegen,1; - bonus bNoRegen,2; - bonus bAtkRange,-1; - bonus bFleeRate,50; - bonus bAtkRate,-50; - bonus bHitRate,-30; - bonus bCritical,25; - bonus bNoKnockback,0; - /* We can use them to protect mount from bows, for example - bonus bNearAtkDef,-50; - bonus bLongAtkDef,-50; - bonus bMagicAtkDef,-50; - bonus bCriticalDef,-50; - */ - "> + setmount 2; + "> OnUnequipScript: <" - setmount 0; - "> + setmount 0; + "> }, // Generic { -- cgit v1.2.3-70-g09d2