Tags
Creators
Details
0.2.0
Compatibility
Changes
Columbina joins the wanderers
The Trilune goddess, veiled and unhurried, and not much like the other six. She does not heal anybody. She blesses whoever is doing the fighting, and she can raise a friend who has fallen.
Finding her begins in your sleep. Go to bed and you may dream. The rest is hers to tell.
What she brings
- Eternal Tides β her song gathers while the party fights and spends itself on the people around her. The shield it leaves is drawn in lilac, so you always know whose it is.
- Moonlit Melancholy β twenty seconds of moonflowers, inside which everyone is harder to kill. It is stronger under a full moon, and weaker under a new one.
- She Calls You Back β a keystone. She kneels beside a downed companion and holds on until they come back.
- 65 Japanese voice clips, and 184 written scenes between her and each of the other six.
- Her name is lilac in chat, and her face stays hidden until she decides to give it.
Kokomi can raise the fallen now too
Not One More, late in her tree. The same rite, for entirely different reasons.
Fixes
- Monsters no longer keep beating on a companion who is already down. They turn on whoever is still standing.
- Companions reconsider their target instead of locking onto the first thing they saw and holding it while something closer kills them.
- A companion whose pack is not installed, or is switched off in the hub, is simply not drawn instead of crashing the game.
Columbina is a separate download, like every other wanderer: open the hub with H, go to Companions, and install her.
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:kIBaCSeZ:6Pjy359c"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kIBaCSeZ:6Pjy359c"
}

