Skip to content

char_character_sheet

Adam Ladachowski edited this page Sep 9, 2015 · 5 revisions

Character Sheet information. Contains basic'Show Info'information along with clones, account balance, implants, attributes, skills, certificates and corporation roles.

@client = EVEApi::Client.new
@client.key_id = 4278167
@client.vcode = 'supersecretstuff'

@client.char_character_sheet

{:character_id=>"95512059",
 :name=>"Quint Slade",
 :home_station_id=>"60014629",
 :do_b=>"2015-04-09 20:37:05",
 :race=>"Amarr",
 :blood_line_id=>"13",
 :blood_line=>"Khanid",
 :ancestry_id=>"37",
 :ancestry=>"Cyber Knights",
 :gender=>"Male",
 :corporation_name=>"Imperial Academy",
 :corporation_id=>"1000166",
 :clone_type_id=>"164",
 :clone_name=>"Clone Grade Alpha",
 :clone_skill_points=>"0",
 :free_skill_points=>"0",
 :free_respecs=>"2",
 :clone_jump_date=>"0001-01-01 00:00:00",
 :last_respec_date=>"0001-01-01 00:00:00",
 :last_timed_respec=>"0001-01-01 00:00:00",
 :remote_station_date=>"0001-01-01 00:00:00",
 :jump_activation=>"0001-01-01 00:00:00",
 :jump_fatigue=>"0001-01-01 00:00:00",
 :jump_last_update=>"0001-01-01 00:00:00",
 :balance=>"0.01",
 :attributes=>
  {:intelligence=>"20",
   :memory=>"20",
   :charisma=>"19",
   :perception=>"20",
   :willpower=>"20"},
 :jump_clones=>nil,
 :jump_clone_implants=>nil,
 :implants=>
  [{:type_id=>"9956", :type_name=>"Social Adaptation Chip - Basic"},
   {:type_id=>"10221", :type_name=>"Cybernetic Subprocessor - Standard"},
   {:type_id=>"10208", :type_name=>"Memory Augmentation - Standard"},
   {:type_id=>"10212", :type_name=>"Neural Boost - Standard"},
   {:type_id=>"10216", :type_name=>"Ocular Filter - Standard"}],
 :skills=>
  [{:type_id=>"3300", :skillpoints=>"1415", :level=>"2", :published=>"1"},
   {:type_id=>"3303", :skillpoints=>"8000", :level=>"3", :published=>"1"},
   {:type_id=>"3327", :skillpoints=>"256000", :level=>"5", :published=>"1"},
   {:type_id=>"3331", :skillpoints=>"3603", :level=>"2", :published=>"1"},
   {:type_id=>"3386", :skillpoints=>"1415", :level=>"2", :published=>"1"},
   {:type_id=>"3392", :skillpoints=>"1421", :level=>"2", :published=>"1"},
   {:type_id=>"3402", :skillpoints=>"8000", :level=>"3", :published=>"1"},
   {:type_id=>"3412", :skillpoints=>"750", :level=>"1", :published=>"1"},
   {:type_id=>"3413", :skillpoints=>"8000", :level=>"3", :published=>"1"},
   {:type_id=>"3426", :skillpoints=>"45255", :level=>"4", :published=>"1"},
   {:type_id=>"3449", :skillpoints=>"8000", :level=>"3", :published=>"1"},
   {:type_id=>"3411", :skillpoints=>"768000", :level=>"5", :published=>"1"},
   {:type_id=>"3450", :skillpoints=>"8000", :level=>"3", :published=>"1"},
   {:type_id=>"3318", :skillpoints=>"90510", :level=>"4", :published=>"1"},
   {:type_id=>"3393", :skillpoints=>"250", :level=>"1", :published=>"1"},
   {:type_id=>"3424", :skillpoints=>"2829", :level=>"2", :published=>"1"},
   {:type_id=>"3394", :skillpoints=>"500", :level=>"1", :published=>"1"},
   {:type_id=>"3454", :skillpoints=>"1250", :level=>"1", :published=>"1"}],
 :certificates=>nil,
 :corporation_roles=>nil,
 :corporation_roles_at_hq=>nil,
 :corporation_roles_at_base=>nil,
 :corporation_roles_at_other=>nil,
 :corporation_titles=>nil}