diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-17 14:57:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-17 14:57:57 -0300 |
commit | 750f82ac708002d72d831d328c1ec2b8c05482ee (patch) | |
tree | 73447b2e03b491fe3386862d8b644954a1ed72dc /db/re/item_db.conf | |
parent | 196b0eb1f5f4297d54fa443413089aa9ff675cb4 (diff) | |
download | serverdata-750f82ac708002d72d831d328c1ec2b8c05482ee.tar.gz serverdata-750f82ac708002d72d831d328c1ec2b8c05482ee.tar.bz2 serverdata-750f82ac708002d72d831d328c1ec2b8c05482ee.tar.xz serverdata-750f82ac708002d72d831d328c1ec2b8c05482ee.zip |
Mount prototype
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 44 |
1 files changed, 43 insertions, 1 deletions
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 |