New Content - Implemented Twitch Tower: Shakespearean Tymes

snarfblat=453
Code:
Ah, <b>Globe Theatre Main Stage</b>! Nothing brightens up an indoor space like some plants, I always say.
snarfblat=454
Code:
Ah, <b>Globe Theatre Backstage</b>! Nothing brightens up an indoor space like some plants, I always say.

shop.php?whichshop=shakeshop
Code:
--------------------
Ye Newe Souvenir Shoppe	buy	25	rotten tomato	ROW756
--------------------
--------------------
8665	rotten tomato	118234921	rottentomato.gif	none, usable, curse	t,d	5
# Item rotten tomato: Throw it at somebody to grant extra PvP fights
--------------------
--------------------
Ye Newe Souvenir Shoppe	buy	100	portable Othello set	ROW755
--------------------
--------------------
8664	portable Othello set	599092817	othelloset.gif	offhand	t,d	75
portable Othello set	0	Mys: 15
# Item portable Othello set: +10 Othello Skill
--------------------
--------------------
Ye Newe Souvenir Shoppe	buy	250	Twelve Night Energy	ROW757
--------------------
--------------------
8666	Twelve Night Energy	191644904	12night.gif	usable	t,d	12
# Item Twelve Night Energy: Grants 12 Adventures
# Item Twelve Night Energy: (You can only use one of these per day)
--------------------
--------------------
Ye Newe Souvenir Shoppe	buy	1000	Yorick	ROW758
--------------------
--------------------
8667	Yorick	609411353	yorick.gif	offhand	t	0
Yorick	0	Mys: 25
Item	Yorick	Experience: +2, HP Regen Min: 5, HP Regen Max: 10, MP Regen Min: 5, MP Regen Max: 10, Item Drop: +15
--------------------

Some items/effects from the new zones:
Code:
--------------------
8668	rose	619164426	twitchrose.gif	usable	t,d	5	roses
# Item rose
--------------------
--------------------
8659	bowl of Jeal-O	968209814	soupbowl.gif	multiple	t,d	33
Item	bowl of Jeal-O	Effect: "Oth-Jeal-O", Effect Duration: 30
--------------------
--------------------
1996	Oth-Jeal-O	othelloset.gif	da8c89ab17e336c5e4eaa303a586a9c4	use 1 bowl of Jeal-O
# Effect Oth-Jeal-O: +20 Othello Skill
--------------------
--------------------
8652	ear poison	549879453	earpoison.gif	none, combat	t,d	25
# Item ear poison: Briefly stuns and less briefly poisons your opponent
--------------------
--------------------
8655	hamlet sandwich	172123242	hamsandwich.gif	food	t,d	12
hamlet sandwich	3	1	awesome	1-1	0	0	0	Unspaded
Item	hamlet sandwich	Effect: "Oh Hamlet Hamlet Hamlet Hamlet", Effect Duration: 50
--------------------
--------------------
1997	Oh Hamlet Hamlet Hamlet Hamlet	hamsandwich.gif	cceebb2c171b2e7d0df3a70a8f07e0ba	eat 1 hamlet sandwich
# Effect Oh Hamlet Hamlet Hamlet Hamlet: +50 Damage vs. Ghosts
Effect	Oh Hamlet Hamlet Hamlet Hamlet	Maximum HP Percent: +50, Maximum MP Percent: +50
--------------------
--------------------
8653	stink-penny	736429116	stinkpenny.gif	none, combat	t,d	1
# Item stink-penny
--------------------
--------------------
8654	hawk	743446088	bonesaw.gif	weapon	t,d	140
hawk	110	Mus: 40	1-handed saw
# Item hawk: +22% Damage vs. Skeletons
Item	hawk	Critical Hit Percent: +5, Weapon Damage: +11
--------------------
--------------------
8660	grip key	974200454	gripkey.gif	usable	t,d	99
# Item grip key
--------------------
--------------------
8663	ghost beer	642806613	ghostbeer.gif	drink	t,d	44
ghost beer	1	1	awesome	1-1	0	0	0	Unspaded
Item	ghost beer	Damage Reduction: 11, Effect: "Booooooze", Effect Duration: 50
--------------------
--------------------
1998	Booooooze	ghostbeer.gif	a0deb9400df1b96b2d588ac851e8b88e	drink 1 ghost beer
Effect	Booooooze	Mysticality Percent: +100, Damage Reduction: 11
--------------------
--------------------
8661	How to Play Othello	410373474	book3.gif	usable	t,d	85
# Item How to Play Othello: Teaches you how to play Othello better
--------------------
 
Some more things:
Code:
--------------------
8651	heavy crown	172327969	heavycrown.gif	hat	t,d	180
heavy crown	110	Mox: 40
Item	heavy crown	Muscle: +5, Mysticality: +5, Moxie: +5, Familiar Damage: +5, Initiative: +15
--------------------
--------------------
8671	blue tulip	126513532	twitchtulip.gif	usable	t,d	10
# Item blue tulip
--------------------
--------------------
8670	red tulip	973996072	twitchtulip.gif	usable	t,d	10
# Item red tulip
--------------------
--------------------
8669	white tulip	156741343	twitchtulip.gif	usable	t,d	10
# Item white tulip
--------------------
 

Veracity

Developer
Staff member
The rose and tulips are marked "usable", but you don't actually use them in the normal way: they go to

shop.php?whichshop=flowertradein

You can trade flowers for Chroners. Not quite a coinmaster, since there are 4 different kinds of "currency" - although we do support that - Mr. A and Uncle B in Mr. Store, for example. Just not via coinmasters.txt, which has no way to specify the currency used for each item.

At the least, we should make the "use" link when one of these drops go to the shop - just as we do for toxic globules and topiary nugglets, and so on.
 

Veracity

Developer
Staff member
Revision 16374 does that. We still do not recognize transactions in that shop - i.e., remove flowers from inventory when you trade them for Chroners.
 

Darzil

Developer
r16438 adds once per day restriction on Twelve Night Energy.

I guess we'll have to look at Flower Trade in shop next time the tower appears.
 
Top