/** Maximum cpu units stored in your account buffer */ export const CPU_BUCKET_MAX = 10000 /** Base cpu cost of any successful action that changes game state */ export const CPU_INTENT_COST = 0.2