Class: BCDice::GameSystem::Satasupe::CREATE_ARMS_STRUCT
- Inherits:
-
Struct
- Object
- Struct
- BCDice::GameSystem::Satasupe::CREATE_ARMS_STRUCT
- Defined in:
- lib/bcdice/game_system/Satasupe.rb
Instance Attribute Summary collapse
-
#abilities ⇒ Object
Returns the value of attribute abilities.
-
#accessory_parts ⇒ Object
Returns the value of attribute accessory_parts.
-
#base_parts ⇒ Object
Returns the value of attribute base_parts.
-
#damage ⇒ Object
Returns the value of attribute damage.
-
#hit ⇒ Object
Returns the value of attribute hit.
-
#kiba ⇒ Object
Returns the value of attribute kiba.
-
#kutibeni ⇒ Object
Returns the value of attribute kutibeni.
-
#life ⇒ Object
Returns the value of attribute life.
-
#parts_effect ⇒ Object
Returns the value of attribute parts_effect.
Instance Attribute Details
#abilities ⇒ Object
Returns the value of attribute abilities
54 55 56 |
# File 'lib/bcdice/game_system/Satasupe.rb', line 54 def abilities @abilities end |
#accessory_parts ⇒ Object
Returns the value of attribute accessory_parts
54 55 56 |
# File 'lib/bcdice/game_system/Satasupe.rb', line 54 def accessory_parts @accessory_parts end |
#base_parts ⇒ Object
Returns the value of attribute base_parts
54 55 56 |
# File 'lib/bcdice/game_system/Satasupe.rb', line 54 def base_parts @base_parts end |
#damage ⇒ Object
Returns the value of attribute damage
54 55 56 |
# File 'lib/bcdice/game_system/Satasupe.rb', line 54 def damage @damage end |
#hit ⇒ Object
Returns the value of attribute hit
54 55 56 |
# File 'lib/bcdice/game_system/Satasupe.rb', line 54 def hit @hit end |
#kiba ⇒ Object
Returns the value of attribute kiba
54 55 56 |
# File 'lib/bcdice/game_system/Satasupe.rb', line 54 def kiba @kiba end |
#kutibeni ⇒ Object
Returns the value of attribute kutibeni
54 55 56 |
# File 'lib/bcdice/game_system/Satasupe.rb', line 54 def kutibeni @kutibeni end |
#life ⇒ Object
Returns the value of attribute life
54 55 56 |
# File 'lib/bcdice/game_system/Satasupe.rb', line 54 def life @life end |
#parts_effect ⇒ Object
Returns the value of attribute parts_effect
54 55 56 |
# File 'lib/bcdice/game_system/Satasupe.rb', line 54 def parts_effect @parts_effect end |