Yeah.
Here is when I learned a new beach head:
Here is getting it via short cut:
We save the shortcuts you know in the "beachHeadsUnlocked" property, which is updated when using the comb shows us. So, the command to get the buff will visit the comb (and enter the choice adventure) and then go to the head via shorcut or via minutes + coords, as needed.
Revision 19438 adds the coords ito the BeachHead object.
Code:
public static final BeachHead [] BEACH_HEADS =
{
new BeachHead( 1, "Hot-Headed", 420, "8,4197", "hot" ),
new BeachHead( 2, "Cold as Nice", 2323, "8,23222", "cold" ),
new BeachHead( 3, "A Brush with Grossness", 4242, "8,42412", "stench" ),
new BeachHead( 4, "Does It Have a Skull In There??", 6969, "8,69682", "spooky" ),
new BeachHead( 5, "Oiled, Slick", 8888, "8,88879", "sleaze" ),
new BeachHead( 6, "Lack of Body-Building", 37, "8,368", "muscle" ),
new BeachHead( 7, "We're All Made of Starfish", 3737, "8,37368", "mysticality" ),
new BeachHead( 8, "Pomp and Circumsands", 7114, "8,71138", "moxie" ),
new BeachHead( 9, "Resting Beach Face", 5555, "9,55549", "initiative" ),
new BeachHead( 10, "Do I Know You From Somewhere?", 1111, "9,11109", "familiar" ),
new BeachHead( 11, "You Learned Something Maybe!", 9696, "9,96958", "experience" ),
};
Code:
main.php?comb=1
choice.php?whichchoice=1388&pwd&option=1&minutes=420
choice.php?whichchoice=1388&pwd&option=4&coords=8%2C4197
You acquire an effect: Hot-Headed (50)
choice.php?whichchoice=1388&pwd&option=5
Code:
main.php?comb=1
choice.php?whichchoice=1388&pwd&option=3&buff=1
You acquire an effect: Hot-Headed (50)
choice.php?whichchoice=1388&pwd&option=5
Revision 19438 adds the coords ito the BeachHead object.