Packages

Gleam wrapper for the PokeAPI.

Retired package: Deprecated - v2.0.0 fixes a memory issue in this version by introducing a backwards-incompatible change to a public custom type.

Current section

Files

Jump to
tallgrass include tallgrass@contest@effect_ContestEffect.hrl
Raw

include/tallgrass@contest@effect_ContestEffect.hrl

-record(contest_effect, {
id :: integer(),
appeal :: integer(),
jam :: integer(),
effect_entries :: list(tallgrass@common@effect:effect()),
flavor_text_entries :: list(tallgrass@common@flavor_text:flavor_text())
}).