send_message(client,message.channel,'You must provide at least 1 arguments to register for a battle. The reflector number and optionally a user name you wish to battle. Please see !pankration for an example.')
send_message(client,message.channel,"Your *{} level {}* has been registered for battle with {}. The battle will begin when the arena is availble with the next challenger".format(reflectors[reflector_num].monster_type,reflectors[reflector_num].level,user))
send_message(client,message.channel,"Your *{} level {}* has been registered for battle. The battle will begin when the arena is availble with the next challenger".format(reflectors[reflector_num].monster_type,reflectors[reflector_num].level))
else:
send_message(client,message.channel,'You have no available reflectors. You can get reflectors by converting soul plates with !convertplate')
return
defdo_assign_skill(client,message_parts,message):
send_message(client,message.channel,'**Feral Skills are not yet supported**')
send_message(client,arena_channel,"Ladies and gentlemen!\nFor our next match...")
time.sleep(5)
send_message(client,arena_channel,"In the red corner we have...\n **{}**!".format(monster.monster_type))
time.sleep(5)
send_message(client,arena_channel,"Hmmm... This monster seems {} and {}.".format(monster.get_current_posture()["name"],monster.get_current_attitude()["name"]))
time.sleep(5)
send_message(client,arena_channel,"And in the blue corner is...\n **{}**!".format(monster2.monster_type))
time.sleep(5)
send_message(client,arena_channel,"Hmmm... This monster seems {} and {}.".format(monster2.get_current_posture()["name"],monster2.get_current_attitude()["name"]))
time.sleep(5)
send_message(client,arena_channel,"Alright, Pankration fans, the match is about to begin!\n *Chaaaaaarge!*".format(monster2.monster_type))