ian
Vars | |
age | Tracks how many rounds did Ian survive from start to finish |
---|---|
i_will_survive | Callback to execute upon roundend to check whether Ian has survived the round or not |
memory_saved | Whether we have already recorded this Ian's achievements(survival and equipped hat) to the database |
record_age | Highest achieved consecutive rounds that Ian survived from start to finish |
saved_head | Path of the item Ian was wearing in a previous shift, if he survived through it |
Procs | |
Read_Memory | Reads the database's persistence json file and applies age, record_age and saved_head to Ian. |
check_ian_survival | Checks whether Ian has survived the round or not |
Var Details
age
Tracks how many rounds did Ian survive from start to finish
i_will_survive
Callback to execute upon roundend to check whether Ian has survived the round or not
memory_saved
Whether we have already recorded this Ian's achievements(survival and equipped hat) to the database
record_age
Highest achieved consecutive rounds that Ian survived from start to finish
saved_head
Path of the item Ian was wearing in a previous shift, if he survived through it
Proc Details
Read_Memory
Reads the database's persistence json file and applies age, record_age and saved_head to Ian.
check_ian_survival
Checks whether Ian has survived the round or not