From 71d2ac82d51bde8f7a26f2b4587efc6fd4af41d4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 5 Mar 2019 17:40:16 -0300 Subject: Implement Housing Letters --- db/re/item_db.conf | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'db/re') 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) { -- cgit v1.2.3-70-g09d2