Renamed the root package to fmon and added paralysis, burn, and sleep status effects

This commit is contained in:
James Daly
2019-06-02 17:40:40 -04:00
parent d13d5b3bf6
commit 40553d36b9
31 changed files with 378 additions and 195 deletions
+11
View File
@@ -0,0 +1,11 @@
package fmon.stat
class Species {
// name
// gender ratio
// forms
// baby forms (hatchable)
// evolution conditions (form change)
// egg groups
// egg steps
}