Peoplemon  0.1.0
Peoplemon 3 game source documentation
Namespaces | Enumerations
SpecialAbility.hpp File Reference
#include <cstdint>

Go to the source code of this file.

Namespaces

 core
 Core classes and functionality for both the editor and game.
 
 core::pplmn
 Collection of classes and enums pertaining to Peoplemon themselves.
 

Enumerations

enum class  core::pplmn::SpecialAbility : std::uint8_t {
  core::pplmn::None = 0 , core::pplmn::BoardGameMaster = 1 , core::pplmn::Chillaxed = 2 , core::pplmn::Classy = 3 ,
  core::pplmn::Goon = 4 , core::pplmn::QuickDraw = 5 , core::pplmn::AlwaysFriendly = 6 , core::pplmn::Sassy = 7 ,
  core::pplmn::ImpulseBuy = 8 , core::pplmn::RunAway = 9 , core::pplmn::MrExtra = 10 , core::pplmn::BeefedUp = 11 ,
  core::pplmn::Reserved = 12 , core::pplmn::DukeOfJokes = 13 , core::pplmn::Engaging = 14 , core::pplmn::SnackShare = 15 ,
  core::pplmn::DerpDerp = 16 , core::pplmn::Klutz = 17 , core::pplmn::GenderBend = 18 , core::pplmn::Garbage = 19 ,
  core::pplmn::BikeMechanic = 20 , core::pplmn::SidetrackTeach = 21 , core::pplmn::NoJokeTeach = 22 , core::pplmn::FieryTeach = 23 ,
  core::pplmn::ExperiencedTeach = 24 , core::pplmn::NewTeach = 25 , core::pplmn::DozeOff = 26 , core::pplmn::DouseFlames = 27 ,
  core::pplmn::Flirty = 28 , core::pplmn::UndyingFaith = 29 , core::pplmn::TooCool = 30 , core::pplmn::FakeStudy = 31 ,
  core::pplmn::Alcoholic = 32 , core::pplmn::TotalBro = 33 , core::pplmn::TotalMom = 34 , core::pplmn::CantSwim = 35 ,
  core::pplmn::AllNighter = 36 , core::pplmn::AilmentSaturated = 37 , core::pplmn::Adament = 38 , core::pplmn::AbsolutePitch = 39 ,
  core::pplmn::GamemakerVirus = 40 , core::pplmn::Snapshot = 41 , core::pplmn::GetBaked = 42
}
 Represents a special ability that a Peoplemon may have. More...