Class: RPG::System::TestBattler

Inherits:
Object
  • Object
show all
Defined in:
docs/00000_Dependencies.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actor_id

Returns the value of attribute actor_id.



1349
1350
1351
# File 'docs/00000_Dependencies.rb', line 1349

def actor_id
  @actor_id
end

#armor1_id

Returns the value of attribute armor1_id.



1352
1353
1354
# File 'docs/00000_Dependencies.rb', line 1352

def armor1_id
  @armor1_id
end

#armor2_id

Returns the value of attribute armor2_id.



1353
1354
1355
# File 'docs/00000_Dependencies.rb', line 1353

def armor2_id
  @armor2_id
end

#armor3_id

Returns the value of attribute armor3_id.



1354
1355
1356
# File 'docs/00000_Dependencies.rb', line 1354

def armor3_id
  @armor3_id
end

#armor4_id

Returns the value of attribute armor4_id.



1355
1356
1357
# File 'docs/00000_Dependencies.rb', line 1355

def armor4_id
  @armor4_id
end

#level

Returns the value of attribute level.



1350
1351
1352
# File 'docs/00000_Dependencies.rb', line 1350

def level
  @level
end

#weapon_id

Returns the value of attribute weapon_id.



1351
1352
1353
# File 'docs/00000_Dependencies.rb', line 1351

def weapon_id
  @weapon_id
end