Skip to content
Snippets Groups Projects
Commit ad82c872 authored by dg's avatar dg
Browse files

The transmogrification chest can be found in Bill's lair too

git-svn-id: http://svn.net-core.org/repos/t-engine4@6478 51575b47-30f0-44d4-a5cc-537603b46e54
parent b76f012d
No related branches found
No related tags found
No related merge requests found
......@@ -419,12 +419,13 @@ Items in the chest will not encumber you.]],
},
on_pickup = function(self, who)
require("engine.ui.Dialog"):simpleLongPopup("Transmogrification Chest", [[This chest is an extension of Yiilkgur, any items dropped inside is transported to the Fortress, processed by the core and destroyed to extract energy.
The byproduct of this effect is the creation of gold, which is useless to the Fortress, so it is sent back to you.
require("engine.ui.Dialog"):simpleLongPopup("Transmogrification Chest", [[This chest is an extension of old Sher'Tul places of power, any items dropped inside is transported to an other palce, processed and destroyed to extract energy.
The byproduct of this effect is the creation of gold, which is useless to process, so it is sent back to you.
When you possess the chest all items you walk upon will automatically be put inside and transmogrified when you leave the level.
To take an item out, simply go to your inventory to move them out of the chest.
Items in the chest will not encumber you.]], 500)
game:setAllowedBuild("birth_transmo_chest", true)
end,
on_drop = function(self, who)
if who == game.player then
......
......@@ -115,6 +115,7 @@ This is the troll the notes spoke about, no doubt.]],
body = { INVEN = 10, MAINHAND=1, OFFHAND=1, BODY=1 },
resolvers.equip{ {type="weapon", subtype="greatmaul", defined="GREATMAUL_BILL_TRUNK", random_art_replace={chance=75}, autoreq=true}, },
resolvers.drops{chance=100, nb=3, {tome_drops="boss"} },
resolvers.drops{chance=100, nb=1, {defined="TRANSMO_CHEST"} },
resolvers.talents{
[Talents.T_RUSH]=4,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment