diff options
author | Reid <reidyaro@gmail.com> | 2016-04-11 03:57:59 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-04-11 03:57:59 +0200 |
commit | ecc91fbd95affe37ad5f810a791124233fc5337d (patch) | |
tree | 38b143299837a25dfec766f9078739baac21182c /db/re | |
parent | b45c819bbe961528982ad24a34ff8406679034fa (diff) | |
download | serverdata-ecc91fbd95affe37ad5f810a791124233fc5337d.tar.gz serverdata-ecc91fbd95affe37ad5f810a791124233fc5337d.tar.bz2 serverdata-ecc91fbd95affe37ad5f810a791124233fc5337d.tar.xz serverdata-ecc91fbd95affe37ad5f810a791124233fc5337d.zip |
Add a new book item (Communication Theory).
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 93dbf4da..2c00e542 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1209,6 +1209,19 @@ item_db: ( "> }, { + Id: 535 + AegisName: "CommunicationTheory" + Name: "Communication Theory" + Type: "IT_USABLE" + Buy: 70 + Sell: 10 + Weight: 20 + KeepAfterUse: true + Script: <" + doevent "#001-2-5-Book1::OnUse"; + "> +}, +{ Id: 700 AegisName: "SmallTentacles" Name: "Small Tentacles" |