Yogstation 13 - Modules - TypesVar Details

DEBUG

Vars

ability_pathPath to our ability if we have any
ability_recharge_costIf we have an ability how many CPU cycles do they take to charge?
ability_recharge_investedHow much CPU have we invested in charging it up?
can_be_runShould we be able to even run this program?
nameName of the project. This is used as an ID so please keep all names unique (Or refactor it to use an ID like you should)
research_costResearch cost of project in seconds of CPU time.

Var Details

ability_path

Path to our ability if we have any

ability_recharge_cost

If we have an ability how many CPU cycles do they take to charge?

ability_recharge_invested

How much CPU have we invested in charging it up?

can_be_run

Should we be able to even run this program?

name

Name of the project. This is used as an ID so please keep all names unique (Or refactor it to use an ID like you should)

research_cost

Research cost of project in seconds of CPU time.