

As a dark Monkey deity, the Vengeful True Sun God employs Vengeful Sun Avatars, Dark Spectres, red Sunblasts and additional attacks which all deal twice as much damage (except the Vengeful Mini Sun Avatars, which deal even more) compared to the True Sun God. If you have any suggestions please join our Discord Server.The Vengeful True Sun God is a transformation of the True Sun God added to Bloons TD 6 in Version 3.0.

#BLOON TD 5 3.0 APK MOD#
My goal is to make this a universal mod helper for btd6 so there's still a ton of work ahead. The API already has a lot of features added, however it's no where near done. Thanks to ASM for creating and testing those original methods Future plans Since this api was built off of the successes/ failures of Gurren Core and the old NKHook6, it does reuse some of the extensions from them. Mr.Nuke, James, and Timotheeee we're really helpful when it came to testing/suggesting new features. DoomBubbles and Bowdown097 added a lot of nice features to the api and provided a lot of valuable suggestions.

This mod wouldn't be possible without all of the contributions from the community. Mod makers that have used this API say it's at least 3 times easier to use and more powerful than the next leading API.
#BLOON TD 5 3.0 APK CODE#
A lot of code for towers/bloons is unconnected, meaning you have to go all over to find something.Many extension methods added to make modifying towers, upgrades, weapons, projectiles, and bloons easier.The API moves them to Game.instance and InGame.instance whenever possible to make them significantly easier to access and bring awareness to their existance. Much of the useful BTD6 code is hidden, deeply nested, and located in obscure places.It needs to be run like a mod What can this API currently help with As a side note, make sure the mod is in your BloonsTD6/Mods folder.
#BLOON TD 5 3.0 APK MODS#
So just make your mods like normal and you'll see the new features pop up in Visual Studio Intellisense. This API is built using extension methods, which means it's created to work along side BTD6's own code. Each file that has this line at the top will have complete access to all of the features added by the API. Then at the top of each file in your project, add using BloonsTD6_Mod_Helper.Extensions. In your mod's Visual Studio project, a reference to BloonsTD6 Mod Helper.dll. It was created with the successes and failures of previous APIs in mind so it should be significantly easier to use. A powerful and easy to use API for BTD6 modding.
