effect

@get:GeneratedBy(type = Ability::class)
val KProps<Ability>.effect: KNullablePropExpression<String>
@get:GeneratedBy(type = ItemFlingEffect::class)
val KProps<ItemFlingEffect>.effect: KNullablePropExpression<String>
@get:GeneratedBy(type = Item::class)
val KProps<Item>.effect: KNullablePropExpression<String>
@get:GeneratedBy(type = Move::class)
val KProps<Move>.effect: KNullablePropExpression<String>