From 750f82ac708002d72d831d328c1ec2b8c05482ee Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Sep 2018 14:57:57 -0300 Subject: Mount prototype --- db/re/item_db.conf | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 296b4b0f6..902dc2adf 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -168,7 +168,8 @@ item_db: ( 5000 5999 = Cards 6000 6499 = Ranged Weapons 6500 6999 = Ammo -7000 7499 = Magical Weapons (MAtk weapons) +7000 7399 = Magical Weapons (MAtk weapons) +7400 9999 = Others */ { Id: 501 @@ -2461,6 +2462,47 @@ item_db: ( doevent "rand_sc_heal::OnUse"; "> }, +{ + Id: 699 + AegisName: "4144Tortuga" + Name: "4144 Tortuga" + Type: "IT_ARMOR" + Loc: "EQP_SHADOW_SHOES" + Buy: 7500000 + Sell: 50000 + Weight: 500 + Refine: false + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } + OnEquipScript: <" + setmount 2; + "> + Script: <" + bonus bNoRegen,1; + bonus bNoRegen,2; + bonus bAtkRange,-1; + bonus bFleeRate,50; + bonus bAtkRate,-50; + bonus bHitRate,-30; + bonus bCritical,25; + bonus bNoKnockback,0; + /* We can use them to protect mount from bows, for example + bonus bNearAtkDef,-50; + bonus bLongAtkDef,-50; + bonus bMagicAtkDef,-50; + bonus bCriticalDef,-50; + */ + "> + OnUnequipScript: <" + setmount 0; + "> +}, // Generic { Id: 700 -- cgit v1.2.3-60-g2f50