Class: RPG::Actor

Inherits:
BaseItem show all
Defined in:
lib/eidolon/rgss/rpg/actor.rb,
lib/eidolon/rgss2/rpg/actor.rb,
lib/eidolon/rgss3/rpg/actor.rb

Overview

RGSS3

This data structure is specific to RGSS3 (VX Ace).

Actor

The data class for actors.

Instance Attribute Summary collapse

Attributes inherited from BaseItem

#description, #features, #icon_index, #note

Instance Attribute Details

#armor1_fixObject

Returns the value of attribute armor1_fix.



26
27
28
# File 'lib/eidolon/rgss/rpg/actor.rb', line 26

def armor1_fix
  @armor1_fix
end

#armor1_idObject

Returns the value of attribute armor1_id.



21
22
23
# File 'lib/eidolon/rgss/rpg/actor.rb', line 21

def armor1_id
  @armor1_id
end

#armor2_fixObject

Returns the value of attribute armor2_fix.



27
28
29
# File 'lib/eidolon/rgss/rpg/actor.rb', line 27

def armor2_fix
  @armor2_fix
end

#armor2_idObject

Returns the value of attribute armor2_id.



22
23
24
# File 'lib/eidolon/rgss/rpg/actor.rb', line 22

def armor2_id
  @armor2_id
end

#armor3_fixObject

Returns the value of attribute armor3_fix.



28
29
30
# File 'lib/eidolon/rgss/rpg/actor.rb', line 28

def armor3_fix
  @armor3_fix
end

#armor3_idObject

Returns the value of attribute armor3_id.



23
24
25
# File 'lib/eidolon/rgss/rpg/actor.rb', line 23

def armor3_id
  @armor3_id
end

#armor4_fixObject

Returns the value of attribute armor4_fix.



29
30
31
# File 'lib/eidolon/rgss/rpg/actor.rb', line 29

def armor4_fix
  @armor4_fix
end

#armor4_idObject

Returns the value of attribute armor4_id.



24
25
26
# File 'lib/eidolon/rgss/rpg/actor.rb', line 24

def armor4_id
  @armor4_id
end

#auto_battleObject

Returns the value of attribute auto_battle.



26
27
28
# File 'lib/eidolon/rgss2/rpg/actor.rb', line 26

def auto_battle
  @auto_battle
end

#battler_hueObject

Returns the value of attribute battler_hue.



18
19
20
# File 'lib/eidolon/rgss/rpg/actor.rb', line 18

def battler_hue
  @battler_hue
end

#battler_nameObject

Returns the value of attribute battler_name.



17
18
19
# File 'lib/eidolon/rgss/rpg/actor.rb', line 17

def battler_name
  @battler_name
end

#character_hueObject

Returns the value of attribute character_hue.



16
17
18
# File 'lib/eidolon/rgss/rpg/actor.rb', line 16

def character_hue
  @character_hue
end

#character_indexObject

Returns the value of attribute character_index.



15
16
17
# File 'lib/eidolon/rgss2/rpg/actor.rb', line 15

def character_index
  @character_index
end

#character_nameObject

Returns the value of attribute character_name.



15
16
17
# File 'lib/eidolon/rgss/rpg/actor.rb', line 15

def character_name
  @character_name
end

#class_idObject

Returns the value of attribute class_id.



10
11
12
# File 'lib/eidolon/rgss/rpg/actor.rb', line 10

def class_id
  @class_id
end

#critical_bonusObject

Returns the value of attribute critical_bonus.



29
30
31
# File 'lib/eidolon/rgss2/rpg/actor.rb', line 29

def critical_bonus
  @critical_bonus
end

#equipsObject

Returns the value of attribute equips.



14
15
16
# File 'lib/eidolon/rgss3/rpg/actor.rb', line 14

def equips
  @equips
end

#exp_basisObject

Returns the value of attribute exp_basis.



13
14
15
# File 'lib/eidolon/rgss/rpg/actor.rb', line 13

def exp_basis
  @exp_basis
end

#exp_inflationObject

Returns the value of attribute exp_inflation.



14
15
16
# File 'lib/eidolon/rgss/rpg/actor.rb', line 14

def exp_inflation
  @exp_inflation
end

#face_indexObject

Returns the value of attribute face_index.



17
18
19
# File 'lib/eidolon/rgss2/rpg/actor.rb', line 17

def face_index
  @face_index
end

#face_nameObject

Returns the value of attribute face_name.



16
17
18
# File 'lib/eidolon/rgss2/rpg/actor.rb', line 16

def face_name
  @face_name
end

#final_levelObject

Returns the value of attribute final_level.



12
13
14
# File 'lib/eidolon/rgss/rpg/actor.rb', line 12

def final_level
  @final_level
end

#fix_equipmentObject

Returns the value of attribute fix_equipment.



25
26
27
# File 'lib/eidolon/rgss2/rpg/actor.rb', line 25

def fix_equipment
  @fix_equipment
end

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/eidolon/rgss/rpg/actor.rb', line 8

def id
  @id
end

#initial_levelObject

Returns the value of attribute initial_level.



11
12
13
# File 'lib/eidolon/rgss/rpg/actor.rb', line 11

def initial_level
  @initial_level
end

#max_levelObject

Returns the value of attribute max_level.



13
14
15
# File 'lib/eidolon/rgss3/rpg/actor.rb', line 13

def max_level
  @max_level
end

#nameObject

Returns the value of attribute name.



9
10
11
# File 'lib/eidolon/rgss/rpg/actor.rb', line 9

def name
  @name
end

#nicknameObject

Returns the value of attribute nickname.



10
11
12
# File 'lib/eidolon/rgss3/rpg/actor.rb', line 10

def nickname
  @nickname
end

#parametersObject

Returns the value of attribute parameters.



19
20
21
# File 'lib/eidolon/rgss/rpg/actor.rb', line 19

def parameters
  @parameters
end

#pharmacologyObject

Returns the value of attribute pharmacology.



28
29
30
# File 'lib/eidolon/rgss2/rpg/actor.rb', line 28

def pharmacology
  @pharmacology
end

#super_guardObject

Returns the value of attribute super_guard.



27
28
29
# File 'lib/eidolon/rgss2/rpg/actor.rb', line 27

def super_guard
  @super_guard
end

#two_swords_styleObject

Returns the value of attribute two_swords_style.



24
25
26
# File 'lib/eidolon/rgss2/rpg/actor.rb', line 24

def two_swords_style
  @two_swords_style
end

#weapon_fixObject

Returns the value of attribute weapon_fix.



25
26
27
# File 'lib/eidolon/rgss/rpg/actor.rb', line 25

def weapon_fix
  @weapon_fix
end

#weapon_idObject

Returns the value of attribute weapon_id.



20
21
22
# File 'lib/eidolon/rgss/rpg/actor.rb', line 20

def weapon_id
  @weapon_id
end