Class: RPG::Actor
- Defined in:
- scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb
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.
693 694 695 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 693 def armor1_fix @armor1_fix end |
#armor1_id
Returns the value of attribute armor1_id.
688 689 690 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 688 def armor1_id @armor1_id end |
#armor2_fix
Returns the value of attribute armor2_fix.
694 695 696 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 694 def armor2_fix @armor2_fix end |
#armor2_id
Returns the value of attribute armor2_id.
689 690 691 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 689 def armor2_id @armor2_id end |
#armor3_fix
Returns the value of attribute armor3_fix.
695 696 697 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 695 def armor3_fix @armor3_fix end |
#armor3_id
Returns the value of attribute armor3_id.
690 691 692 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 690 def armor3_id @armor3_id end |
#armor4_fix
Returns the value of attribute armor4_fix.
696 697 698 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 696 def armor4_fix @armor4_fix end |
#armor4_id
Returns the value of attribute armor4_id.
691 692 693 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 691 def armor4_id @armor4_id end |
#battler_hue
Returns the value of attribute battler_hue.
685 686 687 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 685 def battler_hue @battler_hue end |
#battler_name
Returns the value of attribute battler_name.
684 685 686 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 684 def battler_name @battler_name end |
#character_hue
Returns the value of attribute character_hue.
683 684 685 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 683 def character_hue @character_hue end |
#character_name
Returns the value of attribute character_name.
682 683 684 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 682 def character_name @character_name end |
#exp_basis
Returns the value of attribute exp_basis.
680 681 682 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 680 def exp_basis @exp_basis end |
#exp_inflation
Returns the value of attribute exp_inflation.
681 682 683 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 681 def exp_inflation @exp_inflation end |
#final_level
Returns the value of attribute final_level.
679 680 681 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 679 def final_level @final_level end |
#id
Returns the value of attribute id.
676 677 678 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 676 def id @id end |
#initial_level
Returns the value of attribute initial_level.
678 679 680 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 678 def initial_level @initial_level end |
#name
Returns the value of attribute name.
677 678 679 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 677 def name @name end |
#parameters
Returns the value of attribute parameters.
686 687 688 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 686 def parameters @parameters end |
#weapon_fix
Returns the value of attribute weapon_fix.
692 693 694 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 692 def weapon_fix @weapon_fix end |
#weapon_id
Returns the value of attribute weapon_id.
687 688 689 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 687 def weapon_id @weapon_id end |