Last updated | 3 years ago |
Total downloads | 2445 |
Total rating | 0 |
Categories | Modpacks |
Dependency string | AVeryDumbTree-modpackkkkkkk-1.0.0 |
Dependants | 3 other packages depend on this package |
This mod requires the following mods to function
duckduckgreyduck-ArtificerExtended
MORE Artificer skills for everyone! Now includes approx 99.9% more hover!
Preferred version: 2.2.2Moffein-BanditReloaded
Adds Bandit as a playable survivor with 4 alt skills! Now with support for the Ancient Scepter from ThinkInvis's ClassicItems mod!
Preferred version: 2.2.2bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.3.1XoXFaby-BetterUI
Now with Item Counters! Various UI improvements like ordered items with multiple ways of sorting, DPSMeter, Item Counters, Skill/Equipment/Item Information, Command/Scrapper counters and other improvements, customizable StatsDisplay, and much more.
Preferred version: 1.6.15SSM24-FadeEmptyChests
Makes chests and barrels partially fade out after being opened.
Preferred version: 1.0.0jenwalter-FasterScrapper
Makes the scrapper lightning-fast, and can change how many items it shreds at once.
Preferred version: 1.1.0Rein-GeneralFixes
Now with harder eclipse modifiers and removed level cap. Addresses major balance issues, fixes bugs, and adds QoL.
Preferred version: 2.5.0rob-PaladinMod
Adds a fully custom Paladin survivor (model by Zenta), now with Ancient Scepter support!
Preferred version: 1.1.1rob-PlayableTemplar
The most playable-est Clay Templar you've ever seen. Now with an experimental playable Dunestrider
Preferred version: 2.1.1marklow-PrestigiousSkinpack
Adds a prestigious white/gold skin for everyone, now including Bandit, Lunar Chimera and Void Reaver. And Engi Turrets!
Preferred version: 1.2.9RyanPallesen-RyanSkinAPI
An API that allows easy skin loading from PNG files
Preferred version: 3.4.4Rein-Sniper
Adds a Sniper character to the game, complete with an original model and animations (by Drag), a polished kit, and a lot more content planned.
Preferred version: 1.5.012GaugeAwayFromFace-TF2_Engineer_Skin
Gives our engineer a similar look to a certain other engineer. Comes with a turret skin as well.
Preferred version: 1.0.1ThinkInvis-Yeet
Toss all your items! To other players, or right under a boss, or off a cliff...
Preferred version: 1.2.0README
Foobar
Foobar is a Python library for dealing with word pluralization.
Installation
Use the package manager pip to install foobar.
pip install foobar
Usage
import foobar
foobar.pluralize('word') # returns 'words'
foobar.pluralize('goose') # returns 'geese'
foobar.singularize('phenomena') # returns 'phenomenon'
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.