tModLoader

tModLoader

47 ratings
Clicker Extra API
   
Award
Favorite
Favorited
Unfavorite
Mod Features: Library
Mod Side: Both
tModLoader Version: 1.4.4
Language: English
File Size
Posted
Updated
153.050 KB
29 Dec, 2024 @ 11:30am
9 Jan @ 2:27am
2 Change Notes ( view )

Subscribe to download
Clicker Extra API

In 1 collection by WitherTaco
WitherTaco's Clicker Addon Collection
5 items
Description
Clicker Extra API is addon for Clicker Class with commands that used soo much in WitherTaco's clicker compatibility addons

The Clicker Nerfing (or Re-tiering) ModCalls
  • void ClickerExtraAPI.Call("NerfTheClicker") - Setup for removing The Clicker from Moon Lord loot and prepearing for recipe. Aka re-tier of The Clicker
  • void ClickerExtraAPI.Call("AddTheClickerRecipeIngredient", int type, int count) - Adds an ingredient to The Clicker recipe
  • void ClickerExtraAPI.Call("AddTheClickerRecipeIngredient", short type, int count) - some as above but for using ItemID
  • void ClickerExtraAPI.Call("SetTheClickerRecipeTile", int type) - Sets an crafting station in The Clicker recipe
  • void ClickerExtraAPI.Call("SetTheClickerRecipeTile", short type) - some as above but for using TileID
  • void ClickerExtraAPI.Call("SetTheClickerRecipeCraftingStation", int/short type) - some as SetTheClickerRecipeTile (and for int and for short)

Wild Magic (Witch Clicker effect) ModCalls
New Wild Magic replaces old Wild Magic. (He now affects by Blacklisted list and Post-WildMagic list)
New Mania replaces old Mania. (He now affects by Blacklisted list)
  • void ClickerExtraAPI.Call("RegisterPostWildMagicClickerEffect", string name) - Register clicker effects that being in stage before getting Witch Clicker and don t contain in Wild Magic. For Examples, any Post-Moonlord Clickers
  • void ClickerExtraAPI.Call("RegisterBlacklistedRandomClickerEffect", string name) - Registed clicker effects that now being in any Wild Magic clicker effect and analogues.
  • List<string> ClickerExtraAPI.Call("GetPostWildMagicClickerEffectList") - return list of Post Wild Magic clicker effect. Can be used in clicker effects with random clicker effects;
  • List<string> ClickerExtraAPI.Call("GetBlacklistedRandomClickerEffectList") - return list of Blacklisted clicker effect. Can be used in clicker effects with random clicker effects;
  • bool ClickerExtraAPI.Call("IsPostWildMagicClickerEffect", string name) - checks contaning clicker effect name in Post Wild Magic list. Return true if contain
  • bool ClickerExtraAPI.Call("IsBlacklistedRandomClickerEffect", string name) - checks contaning clicker effect name in Blacklisted list. Return true if contain

Other ModCall
  • void ClickerExtraAPI.Call("TriggerRandomClickerEffect", Func<string, bool> func, Player player, EntitySource_ItemUse_WithAmmo source, Vector2 position, int type, int damage, float knockBack) - Trigger an random clicker effect with special condition in func. For Example ((string name) => true) for anything

P. S. i not good in mod icon
Originally posted by tModLoader ClickerExtraAPI:
Developed By WitherTaco
1 Comments
HA8T 7 Jan @ 7:41am 
Легенда