From 2b4f3d81c3396bfb1a4ea5e16ea2e854a59b0166 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 22 Jun 2019 18:16:58 -0300 Subject: Mouboo Riding --- db/re/item_db.conf | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index dd6c529e0..60b10fa7d 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3285,6 +3285,50 @@ item_db: ( }, // Mounts (690 to 699, probably there will be extra IDs) +{ + Id: 698 + AegisName: "LegendaryMouboo" + Name: "Legendary Mouboo" + Type: "IT_ARMOR" + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + Buy: 7500000 + Sell: 50000 + Weight: 500 + Refine: false + WeaponLv: 1 + EquipLv: 1 + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + bonus bNoRegen,1; + bonus bNoRegen,2; + bonus bFleeRate,50; + bonus bNoKnockback,1; + bonus bSpeedAddRate,25; + + bonus bAtkRate,-100; + bonus bMatkRate,-100; + bonus bBaseAtk,-700; + /* 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 1; + "> + OnUnequipScript: <" + setmount 0; + "> +}, { Id: 699 AegisName: "LegendaryTortuga" -- cgit v1.2.3-60-g2f50