Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Am I missing anything?


gizmo1
 Share

Recommended Posts

        Public Class PokemonStatus
            'shit that should be saved to the server
            Public Burned As Boolean = False
            Public Frozen As Boolean = False
            Public Paralyzed As Boolean = False
            Public Poisoned As Boolean = False
            Public BadPoison As Boolean = False
            Public Sleep As Boolean = False
            'custom made grats by stormshellx
            Public SmokedWeed As Boolean = False 'accuracy stage is at 6 and cannot go down (wears off when the pokemon wakes up from its sleep, does not go away during sleep however), feeding berries and food to the pokemon enhances its hp but causes high to wear off faster
            Public Drunk As Boolean = False 'accuracy stage is down to -3 but attack stage goes up to 3 and cannot change, pokemons HP goes down for 100 steps during a hangover after battle
            Public ShotSteroids As Boolean = False 'attack stage goes up to 6 and cannot go down

            'only during battle
            Public Confused As Boolean = False
            Public Cursed As Boolean = False
            Public Encored As Boolean = False
            Public Flinched As Boolean = False
            Public Identified As Boolean = False
            Public InLove As Boolean = False
            Public NightMare As Boolean = False
            Public Trapped As Boolean = False
            Public PerishSong As Boolean = False
            Public Seeded As Boolean = False
            Public Taunt As Boolean = False
            Public Tormented As Boolean = False

        End Class
Link to comment
Share on other sites

Yes, you're missing some code tags, as well as an actual indication of what you're asking.

Anyway, assuming you want to know about any missing Pokémon battle states or something? Not sure, I kinda forgot all of them over time..
Link to comment
Share on other sites

You are missing the question and explanation on what your trying to do… also this shouldnt be in off topic, not really sure where it will be since once again not sure what this topic is even about really....
Link to comment
Share on other sites

besides….take a sneak peek at this
>! ![](http://i542.photobucket.com/albums/gg417/rydinophor/Untitled-11.png)

im considering adding a weed farm into the game, the GUI is crap right now because i dont have a graphics artist nor need one at LEAST until beta.
Link to comment
Share on other sites

I Lol'd at the drugged effects, good additions. :P
Only one I can think of would be Focus(temp crit rate increase), Reflect(physical protection) and Light Screen(special protection) and possibly the weather stuff.  Anyways, good luck with your project.
Link to comment
Share on other sites

afaik besides confusion which can overlap w/ anything stuff like sleep/paralyze/poison cant overlap, so you might want to do a status as byte instead of all the options as booleans.

also I dont know where you want to keep data like growl that decreases something by one stage. Might need to set up stuff for that too.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...