diff options
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r-- | db/pre-re/item_db.conf | 259 |
1 files changed, 155 insertions, 104 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index cc8aa14c2..f6b644d3f 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -87,8 +87,7 @@ item_db: ( }, **************************************************************************/ -// Healing Items -// ============================================================= +//== Healing Items ========================================= { Id: 501 AegisName: "Red_Potion" @@ -1121,8 +1120,8 @@ item_db: ( Weight: 10 Script: <" itemheal rand(105,145),0; "> }, -// Usable Items -// =================================================================== + +//== Usable Items ========================================== { Id: 601 AegisName: "Wing_Of_Fly" @@ -1891,11 +1890,12 @@ item_db: ( Weight: 100 BuyingStore: true Script: <" - if(Class==Job_Assassin_Cross) { - sc_start SC_DPOISON,60000,0; - sc_start SC_ATTHASTE_INFINITY,60000,0; + if (Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T) { + sc_start SC_DPOISON, 60000, 0; + sc_start SC_ATTHASTE_INFINITY, 60000, 0; + } else { + percentheal -100, -100; } - else percentheal -100,-100; "> }, { @@ -1906,10 +1906,7 @@ item_db: ( Buy: 5000 Weight: 300 BuyingStore: true - Script: <" - sc_start SC_DPOISON,10000,0,1000,SCFLAG_NONE; - sc_start SC_POISON,50000,0; - "> + Script: <" percentheal 50, 50; "> }, { Id: 680 @@ -2167,8 +2164,8 @@ item_db: ( } Script: <" itemskill MG_FROSTDIVER,1; "> }, -// Etc Items -// =================================================================== + +//== Etc Items ============================================= { Id: 701 AegisName: "Ora_Ora" @@ -4415,9 +4412,8 @@ item_db: ( Weight: 10 BuyingStore: true }, -// Weapons -// =================================================================== -// 1-Handed Swords + +//== One-Handed Swords ===================================== { Id: 1101 AegisName: "Sword" @@ -5258,7 +5254,8 @@ item_db: ( EquipLv: 27 View: 2 }, -// 2-Handed Swords + +//== Two-Handed Swords ===================================== { Id: 1151 AegisName: "Slayer" @@ -6088,7 +6085,8 @@ item_db: ( bonus2 bAddSize,Size_Large,40; "> }, -// Daggers + +//== Daggers =============================================== { Id: 1201 AegisName: "Knife" @@ -6913,7 +6911,8 @@ item_db: ( View: 1 Script: <" bonus bAtkEle,Ele_Water; "> }, -// Katars + +//== Katars ================================================ { Id: 1250 AegisName: "Jur" @@ -7720,7 +7719,8 @@ item_db: ( bonus2 bAddSize,Size_Large,40; "> }, -// 1-Handed Axes + +//== One-Handed Axes ======================================= { Id: 1301 AegisName: "Axe" @@ -8030,7 +8030,8 @@ item_db: ( bonus bStr,10; "> }, -// 2-Handed Axes + +//== Two-Handed Axes ======================================= { Id: 1351 AegisName: "Battle_Axe" @@ -8889,7 +8890,8 @@ item_db: ( bonus bStr,10; "> }, -// 1-Handed Spears + +//== One-Handed Spears ===================================== { Id: 1401 AegisName: "Javelin" @@ -9566,7 +9568,8 @@ item_db: ( bonus bDex,1; "> }, -// 2-Handed Spears + +//== Two-Handed Spears ===================================== { Id: 1451 AegisName: "Guisarme" @@ -9921,7 +9924,8 @@ item_db: ( bonus bStr,3; "> }, -// 2-Handed Staffs + +//== Two-Handed Staves ===================================== { Id: 1472 AegisName: "Staff_Of_Soul" @@ -9962,7 +9966,8 @@ item_db: ( bonus bMatkRate,15; "> }, -// 2-Handed Spears + +//== Two-Handed Spears ===================================== { Id: 1474 AegisName: "Gae_Bolg" @@ -10304,7 +10309,8 @@ item_db: ( bonus3 bAutoSpell,KN_PIERCE,5,30; "> }, -// Maces + +//== Maces ================================================= { Id: 1501 AegisName: "Club" @@ -11244,7 +11250,8 @@ item_db: ( bonus bLuk,1; "> }, -// Books + +//== Books ================================================= { Id: 1550 AegisName: "Book" @@ -11963,7 +11970,8 @@ item_db: ( Refine: false View: 15 }, -// GM Weapon + +//== GM Weapon ============================================= { Id: 1599 AegisName: "Angra_Manyu" @@ -11991,7 +11999,8 @@ item_db: ( skill GM_SANDMAN,1; "> }, -// Staffs + +//== Staves ================================================ { Id: 1601 AegisName: "Rod" @@ -13117,7 +13126,8 @@ item_db: ( "> }, -// Bows + +//== Bows ================================================== { Id: 1701 AegisName: "Bow" @@ -13960,7 +13970,8 @@ item_db: ( bonus2 bSkillAtk,AC_CHARGEARROW,10; "> }, -// Arrows + +//== Arrows ================================================ { Id: 1750 AegisName: "Arrow" @@ -14287,7 +14298,8 @@ item_db: ( bonus2 bAddRace,RC_Demon,5; "> }, -// Knuckles + +//== Knuckles ============================================== { Id: 1801 AegisName: "Waghnakh" @@ -14895,7 +14907,8 @@ item_db: ( bonus2 bAddSize,Size_Large,40; "> }, -// Instruments + +//== Instruments =========================================== { Id: 1901 AegisName: "Violin" @@ -15512,7 +15525,8 @@ item_db: ( bonus2 bAddSize,Size_Large,40; "> }, -// Whips + +//== Whips ================================================= { Id: 1950 AegisName: "Rope" @@ -16183,7 +16197,8 @@ item_db: ( bonus2 bAddSize,Size_Large,40; "> }, -// Additional 2-Handed Staffs + +//== More Two-Handed Staves ================================ { Id: 2000 AegisName: "Destruction_Rod" @@ -16370,8 +16385,8 @@ item_db: ( bonus bInt,6; "> }, -// Shields -// =================================================================== + +//== Shields =============================================== { Id: 2101 AegisName: "Guard" @@ -17027,7 +17042,8 @@ item_db: ( bonus bMaxHP,500; "> }, -// GM Shield + +//== GM Shield ============================================= { Id: 2199 AegisName: "Ahura_Mazda" @@ -17054,8 +17070,8 @@ item_db: ( OnEquipScript: <" sc_start4 SC_ENDURE,60000,10,0,0,1; "> OnUnequipScript: <" sc_end SC_ENDURE; "> }, -// Headgears -// =================================================================== + +//== Headgears ============================================= { Id: 2201 AegisName: "Sunglasses" @@ -18299,8 +18315,8 @@ item_db: ( Loc: 256 View: 86 }, -// Armors -// =================================================================== + +//== Armors ================================================ { Id: 2301 AegisName: "Cotton_Shirt" @@ -19898,8 +19914,8 @@ item_db: ( Loc: 16 Script: <" bonus bMdef,3; "> }, -// Footgears -// =================================================================== + +//== Footgears ============================================= { Id: 2401 AegisName: "Sandals" @@ -20733,8 +20749,8 @@ item_db: ( bonus bVit,2; "> }, -// Garments -// =================================================================== + +//== Garments ============================================== { Id: 2501 AegisName: "Hood" @@ -21639,8 +21655,8 @@ item_db: ( bonus bMdef,3; "> }, -// Accessories -// =================================================================== + +//== Accessories =========================================== { Id: 2601 AegisName: "Ring" @@ -25332,8 +25348,8 @@ item_db: ( skill MG_FIREBOLT,1; "> }, -// Cards -// =================================================================== + +//== Cards ================================================= { Id: 4001 AegisName: "Poring_Card" @@ -30817,8 +30833,8 @@ item_db: ( Loc: 2 Script: <" bonus bBaseAtk,25; "> }, -// Armor Enchant System -// =================================================================== + +//== Armor Enchant System ================================== { Id: 4700 AegisName: "Strength1" @@ -31661,8 +31677,8 @@ item_db: ( Weight: 10 Loc: 16 }, -// More Headgears -// =================================================================== + +//== More Headgears ======================================== { Id: 5001 AegisName: "Headset" @@ -46152,8 +46168,8 @@ item_db: ( } Script: <" bonus bAllStats,1; "> }, -// More Etc Items -// =================================================================== + +//== More Etc Items ======================================== { Id: 6000 AegisName: "Dark_Ashes" @@ -59940,8 +59956,8 @@ item_db: ( noauction: true } }, -// Pet Eggs -// =================================================================== + +//== Pet Eggs ============================================== { Id: 9001 AegisName: "Poring_Egg" @@ -60341,8 +60357,8 @@ item_db: ( Type: 7 Buy: 20 }, -// Pet Accessories -// =================================================================== + +//== Pet Accessories ======================================= { Id: 10001 AegisName: "Skull_Helm" @@ -60609,8 +60625,8 @@ item_db: ( Type: 8 Buy: 20 }, -// Misc "Etc" Books -// =================================================================== + +//== Misc "Etc" Books ====================================== { Id: 11000 AegisName: "Prontera_Book_01" @@ -61076,8 +61092,8 @@ item_db: ( Buy: 1000 Weight: 10 }, -// More Usable Items -// =================================================================== + +//== More Usable Items ===================================== { Id: 11500 AegisName: "Light_Yellow_Pot" @@ -64014,8 +64030,7 @@ item_db: ( Weight: 200 }, -// Cash Shop Usable Items -// =================================================================== +//== Cash Shop Usable Items ================================ { Id: 12202 AegisName: "Str_Dish10_" @@ -69105,7 +69120,8 @@ item_db: ( Buy: 0 Weight: 10 }, -// Guillotine Cross Poisons + +//== Guillotine Cross Poisons ============================== { Id: 12717 AegisName: "Poison_Paralysis" @@ -69114,7 +69130,10 @@ item_db: ( Buy: 2 Weight: 100 BuyingStore: true - Script: <" sc_start SC_PARALYSE,300000,0,10,SCFLAG_FIXEDTICK; "> + Script: <" + specialeffect2 EF_ENCHANTPOISON; + sc_start SC_PARALYSE,300000,0,10,SCFLAG_FIXEDTICK; + "> }, { Id: 12718 @@ -69124,7 +69143,10 @@ item_db: ( Buy: 2 Weight: 100 BuyingStore: true - Script: <" sc_start SC_LEECHESEND,300000,0,10,SCFLAG_FIXEDTICK; "> + Script: <" + specialeffect2 EF_ENCHANTPOISON; + sc_start SC_LEECHESEND,300000,0,10,SCFLAG_FIXEDTICK; + "> }, { Id: 12719 @@ -69134,7 +69156,10 @@ item_db: ( Buy: 2 Weight: 100 BuyingStore: true - Script: <" sc_start SC_OBLIVIONCURSE,300000,0,10,SCFLAG_FIXEDTICK; "> + Script: <" + specialeffect2 EF_ENCHANTPOISON; + sc_start SC_OBLIVIONCURSE,300000,0,10,SCFLAG_FIXEDTICK; + "> }, { Id: 12720 @@ -69144,7 +69169,10 @@ item_db: ( Buy: 2 Weight: 100 BuyingStore: true - Script: <" sc_start SC_DEATHHURT,300000,0,10,SCFLAG_FIXEDTICK; "> + Script: <" + specialeffect2 EF_ENCHANTPOISON; + sc_start SC_DEATHHURT,300000,0,10,SCFLAG_FIXEDTICK; + "> }, { Id: 12721 @@ -69154,7 +69182,10 @@ item_db: ( Buy: 2 Weight: 100 BuyingStore: true - Script: <" sc_start SC_TOXIN,300000,0,10,SCFLAG_FIXEDTICK; "> + Script: <" + specialeffect2 EF_ENCHANTPOISON; + sc_start SC_TOXIN,300000,0,10,SCFLAG_FIXEDTICK; + "> }, { Id: 12722 @@ -69164,7 +69195,10 @@ item_db: ( Buy: 2 Weight: 100 BuyingStore: true - Script: <" sc_start SC_PYREXIA,300000,0,10,SCFLAG_FIXEDTICK; "> + Script: <" + specialeffect2 EF_ENCHANTPOISON; + sc_start SC_PYREXIA,300000,0,10,SCFLAG_FIXEDTICK; + "> }, { Id: 12723 @@ -69174,7 +69208,10 @@ item_db: ( Buy: 2 Weight: 100 BuyingStore: true - Script: <" sc_start SC_MAGICMUSHROOM,300000,0,10,SCFLAG_FIXEDTICK; "> + Script: <" + specialeffect2 EF_ENCHANTPOISON; + sc_start SC_MAGICMUSHROOM,300000,0,10,SCFLAG_FIXEDTICK; + "> }, { Id: 12724 @@ -69184,9 +69221,13 @@ item_db: ( Buy: 2 Weight: 100 BuyingStore: true - Script: <" sc_start SC_VENOMBLEED,15000,0,10,SCFLAG_FIXEDTICK; "> + Script: <" + specialeffect2 EF_ENCHANTPOISON; + sc_start SC_VENOMBLEED,15000,0,10,SCFLAG_FIXEDTICK; + "> }, -// Rune Knight's Rune Stones + +//== Rune Knight's Rune Stones ============================= { Id: 12725 AegisName: "Runstone_Nosiege" @@ -69459,6 +69500,8 @@ item_db: ( BuyingStore: true Script: <" makerune 8; "> }, + +//== More Cash Shop Usable Items =========================== { Id: 12739 AegisName: "Snow_Flower" @@ -71409,9 +71452,8 @@ item_db: ( Weight: 10 Script: <" getitem 604,3; "> }, -// More Weapons -// =================================================================== -// Daggers and Ninja Weapons + +//== More Daggers ========================================== { Id: 13000 AegisName: "Jujube_Dagger" @@ -72444,7 +72486,8 @@ item_db: ( noauction: true } }, -// Revolvers + +//== Revolvers ============================================= { Id: 13100 AegisName: "Six_Shooter" @@ -72729,7 +72772,8 @@ item_db: ( } Script: <" bonus bHit,-5; "> }, -// Guns + +//== Guns ================================================== { Id: 13150 AegisName: "Branch" @@ -73428,7 +73472,8 @@ item_db: ( "> }, -// Bullets + +//== Bullets =============================================== { Id: 13200 AegisName: "Bullet" @@ -73546,7 +73591,8 @@ item_db: ( View: 5 Script: <" bonus bAtkEle,Ele_Water; "> }, -// Shurikens & Kunais + +//== Shurikens & Kunais ==================================== { Id: 13250 AegisName: "Shuriken" @@ -73685,7 +73731,8 @@ item_db: ( bonus2 bAddEff,Eff_Poison,500; "> }, -// Genetic Created Bombs And Throwing Items + +//== Geneticist Created Bombs and Throwing Items =========== { Id: 13260 AegisName: "Apple_Bomb" @@ -74141,7 +74188,8 @@ item_db: ( View: 9 Script: <" sc_start2 SC_STOMACHACHE,60000,rand(5,10),75; "> }, -// Ninja Fuuma Shurikens + +//== Ninja Fuuma Shurikens ================================= { Id: 13300 AegisName: "Huuma_Bird_Wing" @@ -74396,7 +74444,8 @@ item_db: ( noauction: true } }, -// More 1-Handed Swords + +//== More One-Handed Swords ================================ { Id: 13400 AegisName: "Cutlas_" @@ -74954,7 +75003,8 @@ item_db: ( } Script: <" bonus bUnbreakableWeapon,0; "> }, -// More Cash Shop Items + +//== More Cash Shop Items ================================== { Id: 13500 AegisName: "Insurance60_Package" @@ -86946,7 +86996,7 @@ item_db: ( noauction: true } Script: <" - specialeffect2 320; + specialeffect2 EF_HEAL3; sc_start4 SC_S_LIFEPOTION,600000,-5,5,0,0; "> }, @@ -86967,7 +87017,7 @@ item_db: ( noauction: true } Script: <" - specialeffect2 320; + specialeffect2 EF_HEAL3; sc_start4 SC_L_LIFEPOTION,600000,-7,4,0,0; "> }, @@ -86988,7 +87038,7 @@ item_db: ( noauction: true } Script: <" - specialeffect2 182; + specialeffect2 EF_MAGICALATTHIT; sc_start SC_CRITICALPERCENT,300000,30; "> }, @@ -87009,7 +87059,7 @@ item_db: ( noauction: true } Script: <" - specialeffect2 348; + specialeffect2 EF_LIGHTSPHERE; sc_start SC_HEALPLUS,1800000,20; "> }, @@ -87073,7 +87123,7 @@ item_db: ( noauction: true } Script: <" - specialeffect2 91; + specialeffect2 EF_BENEDICTIO; sc_start4 SC_ARMOR_PROPERTY,1800000,1,Ele_Holy,1,0; "> }, @@ -88074,8 +88124,7 @@ item_db: ( Script: <" percentheal 10,10; "> }, -// More Armors -// =================================================================== +//== More Armors =========================================== { Id: 15000 AegisName: "Bone_Plate" @@ -88118,7 +88167,8 @@ item_db: ( noauction: true } }, -// More Maces + +//== More Maces ============================================ { Id: 16000 AegisName: "Erde" @@ -88201,7 +88251,8 @@ item_db: ( bonus2 bAddSize,Size_Large,40; "> }, -// More Rental Boxes + +//== More Rental Boxes ===================================== { Id: 16134 AegisName: "King_Frog_Hat_Box" @@ -88756,8 +88807,7 @@ item_db: ( Script: <" getitem 12581,50; "> }, -// Mechanic/Genetic Cannonballs -// =================================================================== +//== Mechanic / Geneticist Cannon Balls ==================== { Id: 18000 AegisName: "Cannon_Ball" @@ -88832,8 +88882,7 @@ item_db: ( View: 8 }, -// More Bows -// =================================================================== +//== More Bows ============================================= { Id: 18100 AegisName: "Shooting_Star" @@ -88900,8 +88949,7 @@ item_db: ( "> }, -// More Headgears -// =================================================================== +//== More Headgears ======================================== { Id: 18500 AegisName: "Cheer_Scarf6" @@ -89192,7 +89240,8 @@ item_db: ( bonus2 bMagicAddRace,RC_Demon,15; "> }, -// Costume System + +//== Costume System ======================================== { Id: 19500 AegisName: "T_Mr_Smile" @@ -89255,6 +89304,8 @@ item_db: ( Refine: false View: 654 }, + +//== New Etc Items ========================================= { Id: 22540 AegisName: "Runstone_Luxanima" |