Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider customization of yaml features #30

Open
Eijebong opened this issue Nov 23, 2024 · 0 comments
Open

Consider customization of yaml features #30

Eijebong opened this issue Nov 23, 2024 · 0 comments

Comments

@Eijebong
Copy link
Owner

Thought about this before and it just got asked if we could do something to have custom icons triggered on certain options, or if we could even outright ban uploads with said options.

I'm definitely onboard because of the second part.

We could have something like this:

Pokemon Emerald:
  trainersanity:
    type: bool
    on: true
    icon: TrainerSanity
  dexsanity:
    type: bool
    on: true
    icon: DexSanity
WhateverGame:
  option:
    type: boolish
    on: trueish
    icon: WhateverIsImplementedInLobbyNoCustomImagesSorry
  option_banned:
    type: range
    on:
      greater_than: 75
    banned: true

Of course actual syntax, naming and matching features have to be defined.

This also requires #25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant