Zehs-TakeyPlush icon

TakeyPlush

Adds a customizable Takey plushie scrap item with some functionalities and other secrets. 😈 (Includes 17+ variants)

Last updated an hour ago
Total downloads 67187
Total rating 3 
Categories Mods Items
Dependency string Zehs-TakeyPlush-1.11.2
Dependants 17 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
Evaisa-LethalLib-0.16.1 icon
Evaisa-LethalLib

Personal modding tools for Lethal Company

Preferred version: 0.16.1
Evaisa-FixPluginTypesSerialization-1.1.1 icon
Evaisa-FixPluginTypesSerialization

Fix custom Serializable structs and such not properly getting deserialized by Unity.

Preferred version: 1.1.1

README

TakeyPlush

Adds a customizable Takey plushie scrap item with some functionalities and other secrets. 😈

This mod was made for Twitch streamer Takerst.

TakeyGokuBracken

Expand

Adds a few extra things when you have the GokuBracken mod installed.

  • Requires the GokuBracken mod to be installed for the extra features to be enabled.
  • Adds some hallucination sounds to the Hallucinoceps mod if it is installed.

API

Expand

com.github.zehsteam.TakeyGokuBracken.Api

// Takey Goku Bracken FlowermanAI/TakeyGokuBrackenBehaviour Pairs.
public static Dictionary<FlowermanAI, TakeyGokuBrackenBehaviour> EnemyControllerPairs { get; }

// Takey Goku Bracken spawn count.
public static int TakeyGokuBrackenSpawnCount { get; }

// If enabled, will force any spawned Goku Brackens to become Takey Goku Brackens.
// This will get reset automatically when the day ends.
public static bool ForceTakeyGokuBrackenSpawns { get; set; }

// If set to any value above -1, will temporarily override the Takey Goku Bracken max spawn count.
// This will get reset automatically when the day ends.
public static int ForceTakeyGokuBrackenMaxSpawnCount { get; set; }

// This must only be called on the Host/Server.
// Returns true if successful.
public static bool SetTakeyGokuBrackenOnServer(FlowermanAI flowermanAI) { }

Credits