diff options
-rw-r--r-- | db/re/item_db.conf | 18 | ||||
-rw-r--r-- | db/re/mob_db.conf | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 997ed3687..dd1929f62 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5189,6 +5189,24 @@ item_db: ( "> }, { + Id: 1175 + AegisName: "DragonStar" + Name: "Dragon Star" + Type: "IT_ARMOR" + Buy: 27000 + Sell: 8000 + Weight: 30 + Loc: "EQP_ACC_L" + EquipLv: 54 + Refine: false + ViewSprite: 1175 + Script: <" + bonus bAddMaxWeight,500; + bonus bMaxHP,-15; + "> +}, +/////////////////////////// +{ Id: 1300 AegisName: "CreasedShirt" Name: "Creased Shirt" diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index e94cc41a9..b3f9d0607 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -6605,6 +6605,7 @@ mob_db: ( HastePotion: 500 StrengthPotion: 500 GoldOre: 200 + DragonStar: 2 } WeaponAttacks: { All: 8000 |