varkor / pokengine

An online Pokémon battle system for the web
http://varkor.com/pokengine/battle/
MIT License
54 stars 11 forks source link

Multiplayer battle rules #90

Open varkor opened 10 years ago

varkor commented 10 years ago

When players initiate a battle with each other (that's not part of a tournament), they should be able to set a variety of rules, which affect how the battle is played. The rules that should be implemented (to begin with) are:

fuzzball288 commented 10 years ago

There's actually 3 types of level adjustments: No restrictions, flat, and what's just called "normal" in XY. Flat only brings Pokemon's levels down to 50 if they were higher; Pokemon under level 50 aren't brought up to level 50. "Normal" is the mode that sets all Pokemon at 50 (or 100). We could maybe name it something else though.