New Content - Implemented New Halloween Candies

Bale

Minion
Got candies for Polyester and Porcelain gear as well as Toparia outfit. Someone else will have to offer info on Crimbot Crimboutfit, High-Radiation Mining Gear and Spelunker's Gear. (Please copy it from session log, not CLI, so that tabs are properly inserted.)

Porcelain gear:
Code:
--------------------
8153	porcelain candy dish	317824568	porcbowl.gif	usable	t	0
porcelain candy dish	Effect: "Red in Tooth", Effect Duration: 5
--------------------
--------------------
1810	Red in Tooth	teeth.gif	1f43f3b95e7df0f23c6aded9b192f8ce	use 1 porcelain candy dish
# Red in Tooth
--------------------

Polyester:
Code:
--------------------
8152	polyeaster egg	230673096	polyegg.gif	usable	t	0
polyeaster egg	Effect: "Roly Poly", Effect Duration: 5
--------------------
--------------------
1809	Roly Poly	polyegg.gif	51cbc65fb96a2edf312be54db20f1aa2	use 1 polyeaster egg
# Roly Poly
--------------------

The actual effects of those candies will require some spading. I believe they have an increasing effect with increased duration. Fortunately the next one is simple.

Toparia:
Code:
--------------------
8151	Shrubble Bubble	551227147	nugglet.gif	multiple	t,d	5
Shrubble Bubble	Effect: "Jawin'", Effect Duration: 10
--------------------
--------------------
1807	Jawin'	nugglet.gif	20d6ecccced82b95ff16ec9ef70314dd	use 1 Shrubble Bubble
Jawin'	Moxie: +5
--------------------
 
Last edited:

bombar

Member
outfit High-Radiation Mining Gear
Code:
--------------------
8149	Glo-Pop	357068615	glopop.gif	multiple	t,d	5
Glo-Pop	Effect: "Glo-Face", Effect Duration: 10
--------------------
--------------------
1808	Glo-Face	glopop.gif	bf01e3662c72b74e27b03e2eb95673a2	use 1 Glo-Pop
# Glo-Face
--------------------
Currently there is no blue text for Glo-Face just says: "Your face is radiant. You might want to sign this waiver and then go see a doctor."

outfit Crimbot Crimboutfit
Code:
--------------------
8150	sugar sphere	120351532	cueball.gif	usable	t,d	5
sugar sphere	Effect: "Influence of Sphere", Effect Duration: 10
--------------------
--------------------
1811	Influence of Sphere	cueball.gif	4dfa2fe0826855ffcb4930e145bd074f	use 1 sugar sphere
Influence of Sphere	Pool Skill: +5
--------------------
+5 pool skill
 
Last edited:
Top