tModLoader
Ocen: 50
Clicker Extra API
   
Przyznaj nagrodę
Ulubione
Ulubione
Usuń z ulubionych
Cechy Modu: Biblioteka (lib)
Typ synchronizacji Modu: Both
Wersja tModLoadera: 1.4.4
Język: Angielski
Rozmiar pliku
Zamieszczono
Zaktualizowano
153.050 KB
29 grudnia 2024 o 11:30
9 stycznia o 2:27
Listy zmian: 2 ( zobacz )

Zasubskrybuj, aby pobrać
Clicker Extra API

W 1 kolekcji stworzonej przez WitherTaco
WitherTaco's Clicker Addon Collection
Przedmioty: 5
Opis
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
Początkowo opublikowane przez tModLoader ClickerExtraAPI:
Developed By WitherTaco
Komentarzy: 1
Haotov 7 stycznia o 7:41 
Легенда