Class: RPG::UsableItem::Damage
- Inherits:
-
Object
- Object
- RPG::UsableItem::Damage
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
伤害的数据类
Instance Attribute Summary collapse
-
#critical ⇒ Object
Returns the value of attribute critical.
-
#element_id ⇒ Object
Returns the value of attribute element_id.
-
#formula ⇒ Object
Returns the value of attribute formula.
-
#type ⇒ Object
Returns the value of attribute type.
-
#variance ⇒ Object
Returns the value of attribute variance.
Instance Attribute Details
#critical ⇒ Object
Returns the value of attribute critical.
294 295 296 |
# File 'lib/R3EXS/RGSS3.rb', line 294 def critical @critical end |
#element_id ⇒ Object
Returns the value of attribute element_id.
294 295 296 |
# File 'lib/R3EXS/RGSS3.rb', line 294 def element_id @element_id end |
#formula ⇒ Object
Returns the value of attribute formula.
294 295 296 |
# File 'lib/R3EXS/RGSS3.rb', line 294 def formula @formula end |
#type ⇒ Object
Returns the value of attribute type.
294 295 296 |
# File 'lib/R3EXS/RGSS3.rb', line 294 def type @type end |
#variance ⇒ Object
Returns the value of attribute variance.
294 295 296 |
# File 'lib/R3EXS/RGSS3.rb', line 294 def variance @variance end |