diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 165 |
1 files changed, 162 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 7fc71e5d8..8ab0ff10c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -33895,7 +33895,7 @@ item_db: ( "> }, -// Cards +// Cards // =================================================================== { Id: 4001 @@ -111799,6 +111799,10 @@ item_db: ( nomail: true noauction: true } + Script: <" + sc_start SC_FOOD_STR,180000,15; + sc_start SC_PLUSATTACKPOWER,60000,rand(11,111); + "> }, { Id: 14617 @@ -111816,6 +111820,10 @@ item_db: ( nomail: true noauction: true } + Script: <" + sc_start SC_FOOD_VIT,180000,15; + percentheal rand(11,33),0; + "> }, { Id: 14618 @@ -111833,8 +111841,78 @@ item_db: ( nomail: true noauction: true } + Script: <" + sc_start SC_FOOD_AGI,180000,15; + sc_start SC_FOOD_BASICAVOIDANCE,60000,rand(11,33); + "> +}, +{ + Id: 14619 + AegisName: "Int_Biscuit_Stick" + Name: "Bar of Knowledge" + Type: 11 + Buy: 0 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + sc_start SC_FOOD_INT,180000,15; + sc_start SC_PLUSMAGICPOWER,60000,rand(11,111); + "> }, { + Id: 14620 + AegisName: "Dex_Biscuit_Stick" + Name: "Bar of Tricks" + Type: 11 + Buy: 0 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + sc_start SC_FOOD_DEX,180000,15; + sc_start SC_FOOD_BASICHIT,60000,rand(11,33); + "> +}, +{ + Id: 14621 + AegisName: "Luk_Biscuit_Stick" + Name: "Bar of Luck" + Type: 11 + Buy: 0 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + sc_start SC_FOOD_LUK,180000,15; + sc_start SC_CRITICALSUCCESSVALUE,60000,rand(11,13); + "> +}, + +// More Armors +// =================================================================== +{ Id: 15000 AegisName: "Bone_Plate" Name: "Bone Plate" @@ -118070,7 +118148,7 @@ item_db: ( nomail: true noauction: true } - Script: <" getitem 14616,20; "> + Script: <" getitem STR_Biscuit_Stick,20; "> }, { Id: 17271 @@ -118088,9 +118166,84 @@ item_db: ( nomail: true noauction: true } - Script: <" getitem 14617,20; "> + Script: <" getitem VIT_Biscuit_Stick,20; "> +}, +{ + Id: 17272 + AegisName: "AGI_Biscuit_Stick_Box" + Name: "AGI Biscuit Stick Box" + Type: 18 + Buy: 0 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" getitem AGI_Biscuit_Stick,20; "> +}, +{ + Id: 17273 + AegisName: "INT_Biscuit_Stick_Box" + Name: "INT Biscuit Stick Box" + Type: 18 + Buy: 0 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" getitem INT_Biscuit_Stick,20; "> }, { + Id: 17274 + AegisName: "DEX_Biscuit_Stick_Box" + Name: "DEX Biscuit Stick Box" + Type: 18 + Buy: 0 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" getitem DEX_Biscuit_Stick,20; "> +}, +{ + Id: 17275 + AegisName: "LUK_Biscuit_Stick_Box" + Name: "LUK Biscuit Stick Box" + Type: 18 + Buy: 0 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" getitem LUK_Biscuit_Stick,20; "> +}, + +// Mechanic/Genetic Cannonballs +// =================================================================== +{ Id: 18000 AegisName: "Cannon_Ball" Name: "Cannon Ball" @@ -118158,6 +118311,9 @@ item_db: ( Loc: 32768 View: 8 }, + +// More Bows +// =================================================================== { Id: 18100 AegisName: "Shooting_Star_C" @@ -118753,6 +118909,9 @@ item_db: ( if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); } "> }, + +// More Headgears +// =================================================================== { Id: 18500 AegisName: "Cheer_Scarf6" |