Guest User

Untitled

a guest
Oct 18th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. class Commordore
  2. {
  3. public:
  4. short Portrat;
  5. string name;
  6. short Sprite;
  7. short Strength;
  8. short Agility;
  9. short Constitution;
  10. short Charisma
  11. short Perception;
  12. // Affinity (nationality)
  13. string nation;
  14. string race
  15.  
  16. int Sailing_exp;
  17. int Dueling_exp;
  18. int Gunnery_exp;
  19. int Combat_exp;
  20. short sail_level;
  21. short duel_level;
  22. short gun_level;
  23. short combat_level;
  24. // Special Skills as bit field
  25. // (Gunnery, Celestial Navigation, Accounting, Duelist, Tactics, Cartography, Negotiation, Cargomaster)
Add Comment
Please, Sign In to add comment