diff options
-rw-r--r-- | db/re/item_db.conf | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f7cec7a4a..b94187430 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2868,6 +2868,36 @@ item_db: ( "> }, { + Id: 586 + AegisName: "Grenade" + Name: "Grenade" + Type: "IT_USABLE" + Buy: 700 + Sell: 350 + Weight: 40 + Atk: 0 + Matk: 0 + Def: 0 + Range: 0 + Slots: 0 + Job: { + All: true + } + Gender: "SEX_ANY" + WeaponLv: 0 + EquipLv: 0 + Refine: false + ViewSprite: 541 + BindOnEquip: false + BuyingStore: true + Delay: 500 + Sprite: 0 + UseEffect: 52 // TODO FIXME: We should add to db/constants.conf instead of using numbers + Script: <" + itemskill SM_MAGNUM,1; + "> +}, +{ Id: 700 AegisName: "SmallTentacles" Name: "Small Tentacles" @@ -11585,6 +11615,39 @@ item_db: ( Sprite: 0 }, { + Id: 3518 + AegisName: "Judgment" + Name: "Judgment" + Type: "IT_WEAPON" + Buy: 640000 + Sell: 320000 + Weight: 1000 + Atk: 100 + Def: 0 + Range: 1 + Slots: 0 + Job: { + All: true + } + Gender: "SEX_ANY" + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 40 + Refine: false + Subtype: "W_DAGGER" + //Script: <" itemskill SM_MAGNUM,1; "> // Consumable only - eg Grenade + //skill SM_MAGNUM,3; + // [22:27:11] <{41444d494e}> bonus3 bAutoSpell,SKILLNAME,SKILLELVEL,PARAM1; + Script: <" + bonus3 bAutoSpell,SM_MAGNUM,1,100; + "> + BindOnEquip: false + BuyingStore: true + DropAnnounce: true + Delay: 0 + Sprite: 0 +}, +{ Id: 4000 AegisName: "PiouEgg" Name: "Piou egg" |