Class: RPG::Actor
Instance Attribute Summary collapse
-
#armor1_fix
Returns the value of attribute armor1_fix.
-
#armor1_id
Returns the value of attribute armor1_id.
-
#armor2_fix
Returns the value of attribute armor2_fix.
-
#armor2_id
Returns the value of attribute armor2_id.
-
#armor3_fix
Returns the value of attribute armor3_fix.
-
#armor3_id
Returns the value of attribute armor3_id.
-
#armor4_fix
Returns the value of attribute armor4_fix.
-
#armor4_id
Returns the value of attribute armor4_id.
-
#battler_hue
Returns the value of attribute battler_hue.
-
#battler_name
Returns the value of attribute battler_name.
-
#character_hue
Returns the value of attribute character_hue.
-
#character_name
Returns the value of attribute character_name.
-
#exp_basis
Returns the value of attribute exp_basis.
-
#exp_inflation
Returns the value of attribute exp_inflation.
-
#final_level
Returns the value of attribute final_level.
-
#id
Returns the value of attribute id.
-
#initial_level
Returns the value of attribute initial_level.
-
#name
Returns the value of attribute name.
-
#parameters
Returns the value of attribute parameters.
-
#weapon_fix
Returns the value of attribute weapon_fix.
-
#weapon_id
Returns the value of attribute weapon_id.
Instance Attribute Details
#armor1_fix
Returns the value of attribute armor1_fix.
2529 2530 2531 |
# File 'docs/0_Dependencies.rb', line 2529 def armor1_fix @armor1_fix end |
#armor1_id
Returns the value of attribute armor1_id.
2524 2525 2526 |
# File 'docs/0_Dependencies.rb', line 2524 def armor1_id @armor1_id end |
#armor2_fix
Returns the value of attribute armor2_fix.
2530 2531 2532 |
# File 'docs/0_Dependencies.rb', line 2530 def armor2_fix @armor2_fix end |
#armor2_id
Returns the value of attribute armor2_id.
2525 2526 2527 |
# File 'docs/0_Dependencies.rb', line 2525 def armor2_id @armor2_id end |
#armor3_fix
Returns the value of attribute armor3_fix.
2531 2532 2533 |
# File 'docs/0_Dependencies.rb', line 2531 def armor3_fix @armor3_fix end |
#armor3_id
Returns the value of attribute armor3_id.
2526 2527 2528 |
# File 'docs/0_Dependencies.rb', line 2526 def armor3_id @armor3_id end |
#armor4_fix
Returns the value of attribute armor4_fix.
2532 2533 2534 |
# File 'docs/0_Dependencies.rb', line 2532 def armor4_fix @armor4_fix end |
#armor4_id
Returns the value of attribute armor4_id.
2527 2528 2529 |
# File 'docs/0_Dependencies.rb', line 2527 def armor4_id @armor4_id end |
#battler_hue
Returns the value of attribute battler_hue.
2521 2522 2523 |
# File 'docs/0_Dependencies.rb', line 2521 def battler_hue @battler_hue end |
#battler_name
Returns the value of attribute battler_name.
2520 2521 2522 |
# File 'docs/0_Dependencies.rb', line 2520 def battler_name @battler_name end |
#character_hue
Returns the value of attribute character_hue.
2519 2520 2521 |
# File 'docs/0_Dependencies.rb', line 2519 def character_hue @character_hue end |
#character_name
Returns the value of attribute character_name.
2518 2519 2520 |
# File 'docs/0_Dependencies.rb', line 2518 def character_name @character_name end |
#exp_basis
Returns the value of attribute exp_basis.
2516 2517 2518 |
# File 'docs/0_Dependencies.rb', line 2516 def exp_basis @exp_basis end |
#exp_inflation
Returns the value of attribute exp_inflation.
2517 2518 2519 |
# File 'docs/0_Dependencies.rb', line 2517 def exp_inflation @exp_inflation end |
#final_level
Returns the value of attribute final_level.
2515 2516 2517 |
# File 'docs/0_Dependencies.rb', line 2515 def final_level @final_level end |
#id
Returns the value of attribute id.
2512 2513 2514 |
# File 'docs/0_Dependencies.rb', line 2512 def id @id end |
#initial_level
Returns the value of attribute initial_level.
2514 2515 2516 |
# File 'docs/0_Dependencies.rb', line 2514 def initial_level @initial_level end |
#name
Returns the value of attribute name.
2513 2514 2515 |
# File 'docs/0_Dependencies.rb', line 2513 def name @name end |
#parameters
Returns the value of attribute parameters.
2522 2523 2524 |
# File 'docs/0_Dependencies.rb', line 2522 def parameters @parameters end |
#weapon_fix
Returns the value of attribute weapon_fix.
2528 2529 2530 |
# File 'docs/0_Dependencies.rb', line 2528 def weapon_fix @weapon_fix end |
#weapon_id
Returns the value of attribute weapon_id.
2523 2524 2525 |
# File 'docs/0_Dependencies.rb', line 2523 def weapon_id @weapon_id end |