diff options
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) { |