Class: RPG::Enemy

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

Overview

敌人的数据类

Defined Under Namespace

Classes: Action, DropItem

Instance Attribute Summary collapse

Attributes inherited from BaseItem

#description, #features, #icon_index, #id, #name, #note

Instance Attribute Details

#actionsObject

Returns the value of attribute actions.



348
349
350
# File 'lib/R3EXS/RGSS3.rb', line 348

def actions
  @actions
end

#battler_hueObject

Returns the value of attribute battler_hue.



348
349
350
# File 'lib/R3EXS/RGSS3.rb', line 348

def battler_hue
  @battler_hue
end

#battler_nameObject

Returns the value of attribute battler_name.



348
349
350
# File 'lib/R3EXS/RGSS3.rb', line 348

def battler_name
  @battler_name
end

#drop_itemsObject

Returns the value of attribute drop_items.



348
349
350
# File 'lib/R3EXS/RGSS3.rb', line 348

def drop_items
  @drop_items
end

#expObject

Returns the value of attribute exp.



348
349
350
# File 'lib/R3EXS/RGSS3.rb', line 348

def exp
  @exp
end

#goldObject

Returns the value of attribute gold.



348
349
350
# File 'lib/R3EXS/RGSS3.rb', line 348

def gold
  @gold
end

#paramsObject

Returns the value of attribute params.



348
349
350
# File 'lib/R3EXS/RGSS3.rb', line 348

def params
  @params
end