Class: RPG::BaseItem

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

Overview

角色、职业、技能、物品、武器、护甲、敌人和状态的超类

Direct Known Subclasses

Actor, Class, Enemy, EquipItem, State, UsableItem

Defined Under Namespace

Classes: Feature

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



237
238
239
# File 'lib/R3EXS/RGSS3.rb', line 237

def description
  @description
end

#featuresObject

Returns the value of attribute features.



237
238
239
# File 'lib/R3EXS/RGSS3.rb', line 237

def features
  @features
end

#icon_indexObject

Returns the value of attribute icon_index.



237
238
239
# File 'lib/R3EXS/RGSS3.rb', line 237

def icon_index
  @icon_index
end

#idObject

Returns the value of attribute id.



237
238
239
# File 'lib/R3EXS/RGSS3.rb', line 237

def id
  @id
end

#nameObject

Returns the value of attribute name.



237
238
239
# File 'lib/R3EXS/RGSS3.rb', line 237

def name
  @name
end

#noteObject

Returns the value of attribute note.



237
238
239
# File 'lib/R3EXS/RGSS3.rb', line 237

def note
  @note
end