Yogstation 13 - Modules - TypesVar Details

AI Action

The malf AI action subtype. All malf actions are subtypes of this.

Vars

auto_use_usesIf we automatically use up uses on each activation
cooldown_periodIf applicable, the time in deciseconds we have to wait before using any more modules
delete_on_emptydelete the ability when we're out of uses?
max_usesHow many uses can we store up? Only used for non-antag AI upgrade
owner_AIThe owner AI, so we don't have to typecast every time
usesIf we have multiple uses of the same power

Var Details

auto_use_uses

If we automatically use up uses on each activation

cooldown_period

If applicable, the time in deciseconds we have to wait before using any more modules

delete_on_empty

delete the ability when we're out of uses?

max_uses

How many uses can we store up? Only used for non-antag AI upgrade

owner_AI

The owner AI, so we don't have to typecast every time

uses

If we have multiple uses of the same power