diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e02612173..dfe317e77 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3170,6 +3170,35 @@ item_db: ( // Mounts (690 to 699, probably there will be extra IDs) { + Id: 695 + AegisName: "BronzePin" + Name: "Bronze Pin" + Type: "IT_ARMOR" + Loc: "EQP_SHADOW_SHOES" + Buy: 45000 + Sell: 15000 + Weight: 300 + Def: 5 + EquipLv: 30 + Refine: false + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nomail: true + noauction: true + } + Script: <" + bonus bFlee,25; + bonus bAtkRate,5; + bonus bSpeedRate,10; + bonus bNoKnockback,1; + bonus bHPRegenRate,-50; + bonus bSPRegenRate,-50; + bonus bMaxHP,-200; + "> +}, +{ Id: 696 AegisName: "RidingMouboo" Name: "Riding Mouboo" |