diff options
author | HoraK-FDF <horak-fdf@web.de> | 2023-04-03 22:12:36 +0200 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2023-04-03 22:12:36 +0200 |
commit | 3f1bd89088114d7796b0630e216e0f5192269f02 (patch) | |
tree | 9130e02ca6f61d73c6cbf132f6998736508ba7f1 /world | |
parent | 47cef1f4fe170ad9bc6883ae14892839db209216 (diff) | |
download | serverdata-3f1bd89088114d7796b0630e216e0f5192269f02.tar.gz serverdata-3f1bd89088114d7796b0630e216e0f5192269f02.tar.bz2 serverdata-3f1bd89088114d7796b0630e216e0f5192269f02.tar.xz serverdata-3f1bd89088114d7796b0630e216e0f5192269f02.zip |
FloydBook 2 item_db.conf
Diffstat (limited to 'world')
-rw-r--r-- | world/map/db/item_db.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index 32b5ae8b..66aa0006 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -1108,6 +1108,30 @@ item_db: ( Subtype: "W_HUUMA" }, { + Id: 907 + AegisName: "FloydBook" + Name: "FloydBook" + Type: "IT_WEAPON" + Buy: 10000 + Sell: 5000 + Weight: 100 + Atk: 1 + Range: 3 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 1 + EquipLv: 135 + Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nomail: true + noauction: true + } + Subtype: "W_HUUMA" +}, +{ Id: 1199 AegisName: "Arrow" Name: "Arrow" |