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

#description ⇒ Object

Returns the value of attribute description.



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

def description
  @description
end

#features ⇒ Object

Returns the value of attribute features.



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

def features
  @features
end

#icon_index ⇒ Object

Returns the value of attribute icon_index.



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

def icon_index
  @icon_index
end

#id ⇒ Object

Returns the value of attribute id.



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

def id
  @id
end

#name ⇒ Object

Returns the value of attribute name.



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

def name
  @name
end

#note ⇒ Object

Returns the value of attribute note.



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

def note
  @note
end