Class: RPG::UsableItem
Overview
技能和物品的超类
Defined Under Namespace
Instance Attribute Summary collapse
-
#animation_id ⇒ Object
Returns the value of attribute animation_id.
-
#damage ⇒ Object
Returns the value of attribute damage.
-
#effects ⇒ Object
Returns the value of attribute effects.
-
#hit_type ⇒ Object
Returns the value of attribute hit_type.
-
#occasion ⇒ Object
Returns the value of attribute occasion.
-
#repeats ⇒ Object
Returns the value of attribute repeats.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#speed ⇒ Object
Returns the value of attribute speed.
-
#success_rate ⇒ Object
Returns the value of attribute success_rate.
-
#tp_gain ⇒ Object
Returns the value of attribute tp_gain.
Attributes inherited from BaseItem
#description, #features, #icon_index, #id, #name, #note
Instance Attribute Details
#animation_id ⇒ Object
Returns the value of attribute animation_id.
281 282 283 |
# File 'lib/R3EXS/RGSS3.rb', line 281 def animation_id @animation_id end |
#damage ⇒ Object
Returns the value of attribute damage.
281 282 283 |
# File 'lib/R3EXS/RGSS3.rb', line 281 def damage @damage end |
#effects ⇒ Object
Returns the value of attribute effects.
281 282 283 |
# File 'lib/R3EXS/RGSS3.rb', line 281 def effects @effects end |
#hit_type ⇒ Object
Returns the value of attribute hit_type.
281 282 283 |
# File 'lib/R3EXS/RGSS3.rb', line 281 def hit_type @hit_type end |
#occasion ⇒ Object
Returns the value of attribute occasion.
281 282 283 |
# File 'lib/R3EXS/RGSS3.rb', line 281 def occasion @occasion end |
#repeats ⇒ Object
Returns the value of attribute repeats.
281 282 283 |
# File 'lib/R3EXS/RGSS3.rb', line 281 def repeats @repeats end |
#scope ⇒ Object
Returns the value of attribute scope.
281 282 283 |
# File 'lib/R3EXS/RGSS3.rb', line 281 def scope @scope end |
#speed ⇒ Object
Returns the value of attribute speed.
281 282 283 |
# File 'lib/R3EXS/RGSS3.rb', line 281 def speed @speed end |
#success_rate ⇒ Object
Returns the value of attribute success_rate.
281 282 283 |
# File 'lib/R3EXS/RGSS3.rb', line 281 def success_rate @success_rate end |
#tp_gain ⇒ Object
Returns the value of attribute tp_gain.
281 282 283 |
# File 'lib/R3EXS/RGSS3.rb', line 281 def tp_gain @tp_gain end |