#0 0 Lesser Red Potion
0
A small and light potion, curing light wounds.
Has a cherry flavor and smells of alcohol.

Weight: 10
##################################################
ps = add_particle_system( 800, 92, 8, 1 );
x,y = get_coords(self);
set_box_emitter(ps, x+8,y+8, 1,24, 0.03,0.01,0.03,0.01, 200,20,30);
set_polar_mode(ps,16.0,0.1);
set_high_offset(ps,32);
animator_remove(ps,60);
animator_attach(ps,self);
effect_colorize(self,92,60);
#
#1 0 Red Potion
1
A strong, heavy  potion, curing major wounds.
Tastes like cherry liquior. Its scent sometimes
attracts insects.
Weight: 30
##################################################
ps = add_particle_system( 800, 93, 8, 1 );
x,y = get_coords(self);
set_box_emitter(ps, x+8,y+8, 1,24, 0.03,0.01,0.03,0.01, 400,10,15);
set_polar_mode(ps,24.0,0.1);
set_high_offset(ps,32);
animator_remove(ps,60);
animator_attach(ps,self);
effect_colorize(self,93,60);
#
