diff options
-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 fdbe6a155..5fc7b5c67 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3250,6 +3250,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 bFleeRate,5; + bonus bAtkRate,5; + bonus bSpeedAddRate,7; // 25+5 = +30% + bonus bNoKnockback,1; + bonus bHPRegenRate,-50 + bonus bSPRegenRate,-50 + bonus bMaxHP,-200 + "> +}, +{ Id: 696 AegisName: "RidingMouboo" Name: "Riding Mouboo" |