diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-05 17:40:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-05 17:40:16 -0300 |
commit | 71d2ac82d51bde8f7a26f2b4587efc6fd4af41d4 (patch) | |
tree | 5fae2071093adcef3905d1ee9f27e8dbd65ff3f9 /db/re | |
parent | 08de684bb4a33e8fa5f94adf5fdbb7282f7c3193 (diff) | |
download | serverdata-71d2ac82d51bde8f7a26f2b4587efc6fd4af41d4.tar.gz serverdata-71d2ac82d51bde8f7a26f2b4587efc6fd4af41d4.tar.bz2 serverdata-71d2ac82d51bde8f7a26f2b4587efc6fd4af41d4.tar.xz serverdata-71d2ac82d51bde8f7a26f2b4587efc6fd4af41d4.zip |
Implement Housing Letters
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b61c7647d..0d6258ecc 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2728,6 +2728,48 @@ item_db: ( } "> }, +{ + Id: 642 + AegisName: "HousingLetterI" + Name: "Housing Letter I" + Type: "IT_USABLE" + Buy: 10000 + Sell: 0 + Weight: 11 + Refine: false + ViewSprite: 642 + Script: <" + REAL_ESTATE_CREDITS+=10000; + "> +}, +{ + Id: 643 + AegisName: "HousingLetterII" + Name: "Housing Letter II" + Type: "IT_USABLE" + Buy: 100000 + Sell: 0 + Weight: 11 + Refine: false + ViewSprite: 643 + Script: <" + REAL_ESTATE_CREDITS+=100000; + "> +}, +{ + Id: 644 + AegisName: "HousingLetterIII" + Name: "Housing Letter III" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 11 + Refine: false + ViewSprite: 644 + Script: <" + REAL_ESTATE_CREDITS+=1000000; + "> +}, // Mounts (690 to 699, probably there will be extra IDs) { |