Class: RPG::UsableItem::Damage

Inherits:
Object
  • Object
show all
Defined in:
lib/R3EXS/RGSS3.rb

Overview

伤害的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#criticalObject

Returns the value of attribute critical.



294
295
296
# File 'lib/R3EXS/RGSS3.rb', line 294

def critical
  @critical
end

#element_idObject

Returns the value of attribute element_id.



294
295
296
# File 'lib/R3EXS/RGSS3.rb', line 294

def element_id
  @element_id
end

#formulaObject

Returns the value of attribute formula.



294
295
296
# File 'lib/R3EXS/RGSS3.rb', line 294

def formula
  @formula
end

#typeObject

Returns the value of attribute type.



294
295
296
# File 'lib/R3EXS/RGSS3.rb', line 294

def type
  @type
end

#varianceObject

Returns the value of attribute variance.



294
295
296
# File 'lib/R3EXS/RGSS3.rb', line 294

def variance
  @variance
end