DEBUG
Vars | |
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. |
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.