Foundation - Whispers Of Mosquito
A C# utility library designed to support mods built upon it.Anyone can freely utilize its features.
This library has a very small size (lower than 50kb) and is great for performance(no tick checks at all. It will never reduce your TPS).
including:
-animal work ThinkNodes: Can be implemented by inserting a tag into the PreWander phase of any thinktree to enable animal work behaviors.
-other creature/animal draft and weapon handling frame(canOwnWeapon/canHandleWeapon)
-Shoulder Weapons: Similar to the vanilla turret component, but uses WeaponDefs instead of TurretDefs.Simpler, more intuitive to edit than the original turret component.but, shoulder weapons do not support autonomous targeting — they will only attack the target the pawn is currently aiming at.
-Backup Weapons:When conditions are met (distance greater than or less than a set value), the pawn will use the backup weapon as a more efficient option for the current situation. Highly customizable, and directly uses WeaponDef.
I created this framework partly to replace some functions of VEF more efficiently and concisely, while also implementing additional features such as the BackUpWeapon Comp. It has no performance impact and offers a high degree of customizability.
Everyone is free to use and edit it as they wish. Enjoy!
If you have any feature requests, please leave a comment. Due to regional restrictions, I am unable to reply to any comments.