Class: RPG::System::TestBattler
- Defined in:
- scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb
Instance Attribute Summary collapse
-
#actor_id
Returns the value of attribute actor_id.
-
#armor1_id
Returns the value of attribute armor1_id.
-
#armor2_id
Returns the value of attribute armor2_id.
-
#armor3_id
Returns the value of attribute armor3_id.
-
#armor4_id
Returns the value of attribute armor4_id.
-
#level
Returns the value of attribute level.
-
#weapon_id
Returns the value of attribute weapon_id.
Instance Attribute Details
#actor_id
Returns the value of attribute actor_id.
615 616 617 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 615 def actor_id @actor_id end |
#armor1_id
Returns the value of attribute armor1_id.
618 619 620 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 618 def armor1_id @armor1_id end |
#armor2_id
Returns the value of attribute armor2_id.
619 620 621 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 619 def armor2_id @armor2_id end |
#armor3_id
Returns the value of attribute armor3_id.
620 621 622 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 620 def armor3_id @armor3_id end |
#armor4_id
Returns the value of attribute armor4_id.
621 622 623 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 621 def armor4_id @armor4_id end |
#level
Returns the value of attribute level.
616 617 618 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 616 def level @level end |
#weapon_id
Returns the value of attribute weapon_id.
617 618 619 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 617 def weapon_id @weapon_id end |