tModLoader

tModLoader

50 arvostelua
Clicker Extra API
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Mod Features: Library
Mod Side: Both
tModLoader Version: 1.4.4
Language: English
Tiedostokoko
Julkaistu
Päivitetty
153.050 KB
29.12.2024 klo 11.30
9.1. klo 2.27
2 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Clicker Extra API

1 kokoelmassa, tekijä WitherTaco
WitherTaco's Clicker Addon Collection
5 luomusta
Kuvaus
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 lähetti viestin:
Developed By WitherTaco
1 kommenttia
Haotov 7.1. klo 7.41 
Легенда