poly
The classically famous compadre to the Chief Engineer, Poly.
Vars | |
longest_deathstreak | How many rounds in a row have we been dead for? |
---|---|
longest_survival | How long have we survived for at max? |
memory_saved | Did we write the memory to disk? |
roundend_callback | Callback to save our memory at the end of the round. |
rounds_survived | How long has this bird been alive for? |
Procs | |
determine_special_poly | Determines the type of Poly we might have here based on the statistics we got from the memory. |
read_memory | Reads the memory of the parrot, and updates the necessary variables. Returns a list of phrases to add to the parrot's speech buffer. |
Var Details
longest_deathstreak
How many rounds in a row have we been dead for?
longest_survival
How long have we survived for at max?
memory_saved
Did we write the memory to disk?
roundend_callback
Callback to save our memory at the end of the round.
rounds_survived
How long has this bird been alive for?
Proc Details
determine_special_poly
Determines the type of Poly we might have here based on the statistics we got from the memory.
read_memory
Reads the memory of the parrot, and updates the necessary variables. Returns a list of phrases to add to the parrot's speech buffer.