Class: RPG::Enemy
Overview
敌人的数据类
Defined Under Namespace
Instance Attribute Summary collapse
-
#actions ⇒ Object
Returns the value of attribute actions.
-
#battler_hue ⇒ Object
Returns the value of attribute battler_hue.
-
#battler_name ⇒ Object
Returns the value of attribute battler_name.
-
#drop_items ⇒ Object
Returns the value of attribute drop_items.
-
#exp ⇒ Object
Returns the value of attribute exp.
-
#gold ⇒ Object
Returns the value of attribute gold.
-
#params ⇒ Object
Returns the value of attribute params.
Attributes inherited from BaseItem
#description, #features, #icon_index, #id, #name, #note
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions.
348 349 350 |
# File 'lib/R3EXS/RGSS3.rb', line 348 def actions @actions end |
#battler_hue ⇒ Object
Returns the value of attribute battler_hue.
348 349 350 |
# File 'lib/R3EXS/RGSS3.rb', line 348 def battler_hue @battler_hue end |
#battler_name ⇒ Object
Returns the value of attribute battler_name.
348 349 350 |
# File 'lib/R3EXS/RGSS3.rb', line 348 def battler_name @battler_name end |
#drop_items ⇒ Object
Returns the value of attribute drop_items.
348 349 350 |
# File 'lib/R3EXS/RGSS3.rb', line 348 def drop_items @drop_items end |
#exp ⇒ Object
Returns the value of attribute exp.
348 349 350 |
# File 'lib/R3EXS/RGSS3.rb', line 348 def exp @exp end |
#gold ⇒ Object
Returns the value of attribute gold.
348 349 350 |
# File 'lib/R3EXS/RGSS3.rb', line 348 def gold @gold end |
#params ⇒ Object
Returns the value of attribute params.
348 349 350 |
# File 'lib/R3EXS/RGSS3.rb', line 348 def params @params end |