tModLoader

tModLoader

50 betyg
Clicker Extra API
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Mod Features: Library
Mod Side: Both
tModLoader Version: 1.4.4
Language: English
Filstorlek
Lades upp
Uppdaterades
153.050 KB
29 dec, 2024 @ 11:30
9 jan @ 2:27
2 ändringsnotiser ( visa )

Abonnera för att ladda ner
Clicker Extra API

I 1 samling av WitherTaco
WitherTaco's Clicker Addon Collection
5 artiklar
Beskrivning
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
Ursprungligen skrivet av tModLoader ClickerExtraAPI:
Developed By WitherTaco
1 kommentarer
Haotov 7 jan @ 7:41 
Легенда