No description
Find a file
2025-08-14 20:58:23 +02:00
.forgejo/workflows workflow gleam bump 1.11.1 -> 1.12.0 2025-08-06 14:28:36 +02:00
src add brief info to readme 2025-08-14 20:58:23 +02:00
test initial parsing of 'Primaries' table done 2025-08-03 00:17:28 +02:00
.gitignore initial parsing of 'Primaries' table done 2025-08-03 00:17:28 +02:00
Dockerfile gleam bump 1.11.1 -> 1.12.0 2025-08-06 14:21:05 +02:00
gleam.toml remove unused package; organize main; add 'please provide a search term' printout if no search arg is provided 2025-08-11 13:06:44 +02:00
manifest.toml remove unused package; organize main; add 'please provide a search term' printout if no search arg is provided 2025-08-11 13:06:44 +02:00
README.md add brief info to readme 2025-08-14 20:58:23 +02:00

condition_overload

Wiki search for Condition Overload (Mechanic)

Made for use in twitch bots. Using MixItUp's external program action.

Example:

!gunCO braton in chat, runs: [path-to]/condition_overload braton which prints: The 'Braton Vandal / Braton Prime / MK1-Braton / Braton' 'Incarnon Form Radial Attack AoE' has a poor interaction with GunCO. into standard out, to be sent as a response.

Development

gleam run SEARCHTERM   # Run the project

Build

docker build --output ./build/bin/ .