Wiki

Clone wiki

NuclearThroneTogether / Scripting / API / Mutations

skill_get(skill)

Returns whether the given mutation is obtained.

"skill" can be both a numeric index (see below) or a custom mutation mod' name.

skill_set(skill, value:bool)

Obtains or takes away the given mutation.

skill_get_active(skill)

Returns whether the given mutation should be in pool for display on level up.

skill_set_active(skill, active:bool)

Adds/removes the given mutation to/from the pool.

skill_get_name(skill)

Returns the name of the given mutation.

Mutation indexes

Index Mutation
1 RHINO SKIN
2 EXTRA FEET
3 PLUTONIUM HUNGER
4 RABBIT PAW
5 THRONE BUTT
6 LUCKY SHOT
7 BLOODLUST
8 GAMMA GUTS
9 SECOND STOMACH
10 BACK MUSCLE
11 SCARIER FACE
12 EUPHORIA
13 LONG ARMS
14 BOILING VEINS
15 SHOTGUN SHOULDERS
16 RECYCLE GLAND
17 LASER BRAIN
18 LAST WISH
19 EAGLE EYES
20 IMPACT WRISTS
21 BOLT MARROW
22 STRESS
23 TRIGGER FINGERS
24 SHARP TEETH
25 PATIENCE
26 HAMMERHEAD
27 STRONG SPIRIT
28 OPEN MIND
29 HEAVY HEART

Updated