tModLoader

tModLoader

50 hodnocení
Clicker Extra API
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Mod Features: Library
Mod Side: Both
tModLoader Version: 1.4.4
Language: English
Velikost souboru
Přidáno
Aktualizováno
153.050 KB
29. pro. 2024 v 11.30
9. led. v 2.27
Poznámky ke změnám (2) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
Clicker Extra API

V 1 kolekci od uživatele WitherTaco
WitherTaco's Clicker Addon Collection
5 položek
Popis
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
tModLoader ClickerExtraAPI původně napsal:
Developed By WitherTaco
Počet komentářů: 1
Haotov 7. led. v 7.41 
Легенда