Tags
Creators
Details
2.3.3
Compatibility
Changes
Gambit Changes for Wynncraft v2.2.2
- Added new gambits
- Added Empathy Range Circle under Range Gambit Circles
Empathy's Gambit: When a player within 6 blocks of you takes damage, you also take 25% of that damage.
- Removed Glutton's Gambit feature
- Gambit overlay will display timer for Sadist's Gambit
Sadist's Gambit: You lose 2% of your current HP per second after 6 seconds of not dealing damage.
- Updated Maddening Mage's Gambit counter (10 spells -> 15 spells)
Status Overlays
-
Added Boltslinger template
- Use {ga} for Guardian Angels status

-
Added Summoner template
- Use {birds} for Hummingbirds status

Loot Pool Menu
Added pulls per major reward breakdown for current week, view it in /wm lootpools → any lootrun camp
Breakdown only shows when there is at least one recorded major reward offer on that camp during the cycle

Other Fixes & Changes
- Fixed item scrolling working on character bank, tome bookshelf and misc bucket even if Enable In Bank is disabled
- Fixed Hide Blood Pool Bar not working
- (Status Overlays) Fixed some cooldown values taking aspect effects while said aspect is not active
- Made Trickster Overlay only display when mirror image is present or was present within 30s for Auto Hide
- Fixed Overlay Font Style missing in Overlay Configuration
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:5HxdoOjv:5LxZEaOF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5HxdoOjv:5LxZEaOF"
}

